commit d2b45d1870a01048f113a4054deb89a5c7469897
parent 17636f851ebfd4aa68fd2b39f3dab44205a83d2e
Author: mrgrouse <bdmfegys@duck.com>
Date: Thu, 3 Jul 2025 21:26:02 -0400
config.def.h: fix for rename, change cursor shape and use suckless' scroll by default
Diffstat:
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/config.def.h b/config.def.h
@@ -21,9 +21,10 @@ static int borderpx = 1;
* 5: value of shell in config.h
*/
static char *shell = "/bin/sh";
+//char *utmp = "/usr/local/bin/utmp";
char *utmp = NULL;
/* scroll program: to enable use a string like "scroll" */
-char *scroll = NULL;
+char *scroll = "/usr/local/bin/scroll";
char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400";
/* identification sequence returned in DA and DECID */
@@ -53,7 +54,7 @@ int allowwindowops = 0;
/*
* draw latency range in ms - from new content/keypress/etc until drawing.
- * within this range, st draws when content stops arriving (idle). mostly it's
+ * within this range, birdterm draws when content stops arriving (idle). mostly it's
* near minlatency, but it waits longer for slow updates to avoid partial draw.
* low minlatency will tear/flicker more, as it can "detect" idle too early.
*/
@@ -78,14 +79,14 @@ static unsigned int cursorthickness = 2;
static int bellvolume = 0;
/* default TERM value */
-char *termname = "st-256color";
+char *termname = "birdterm-256color";
/*
* spaces per tab
*
* When you are changing this value, don't forget to adapt the »it« value in
- * the st.info and appropriately install the st.info in the environment where
- * you use this st version.
+ * the birdterm.info and appropriately install the birdterm.info in the environment where
+ * you use this birdterm version.
*
* it#$tabspaces,
*
@@ -148,7 +149,7 @@ static unsigned int defaultrcs = 257;
* 6: Bar ("|")
* 7: Snowman ("☃")
*/
-static unsigned int cursorshape = 2;
+static unsigned int cursorshape = 6;
/*
* Default columns and rows numbers
@@ -247,7 +248,7 @@ static Shortcut shortcuts[] = {
};
/*
- * Special keys (change & recompile st.info accordingly)
+ * Special keys (change & recompile birdterm.info accordingly)
*
* Mask value:
* * Use XK_ANY_MOD to match the key no matter modifiers state