Start tmux on terminal launch

This commit is contained in:
Thom Dickson 2021-09-11 15:55:12 -04:00
parent 80c0ac651c
commit f8cc75d06d
Signed by: boots
GPG Key ID: 40BE2AF8EBF8D2BB
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ static int borderpx = 5;
* 5: value of shell in config.h
*/
static char *shell = "/bin/sh";
char *utmp = NULL;
char *utmp = "tmux";
/* scroll program: to enable use a string like "scroll" */
char *scroll = NULL;
char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400";