commit 3dd868981f870315cb4cfa3894b6adcb34d6a1f3
parent b122d97486190316b9597807f5954ec89ccd7251
Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de>
Date: Tue, 26 May 2020 15:45:34 +0200
Use scroll in st
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/suckless/st/config.h b/suckless/st/config.h
@@ -19,7 +19,7 @@ static int borderpx = 2;
static char *shell = "/bin/zsh";
char *utmp = NULL;
/* scroll program: to enable use a string like "scroll" */
-char *scroll = NULL;
+char *scroll = "scroll";
char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400";
/* identification sequence returned in DA and DECID */