diff options
| author | stkhan <personal@slickd.xyz> | 2021-05-31 18:01:00 +0000 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-05-31 18:01:00 +0000 |
| commit | 8afaeb36a3ff5f27f70c7de8e3fdb2f2158ed9ed (patch) | |
| tree | cb3269d3e46c94539c52050ff31565f71d04feda /st | |
| parent | 755e66c21ba5d96caf0f63131a95b98289c70bcd (diff) | |
Change default programs, and shell on st
Diffstat (limited to 'st')
| -rw-r--r-- | st/config.h | 2 | ||||
| -rwxr-xr-x | st/st | bin | 120816 -> 120816 bytes | |||
| -rw-r--r-- | st/x.o | bin | 87752 -> 87784 bytes |
3 files changed, 1 insertions, 1 deletions
diff --git a/st/config.h b/st/config.h index e7ae519..8d67a8d 100644 --- a/st/config.h +++ b/st/config.h @@ -18,7 +18,7 @@ static int borderpx = 2; * 4: value of shell in /etc/passwd * 5: value of shell in config.h */ -static char *shell = "/bin/sh"; +static char *shell = "/usr/bin/mksh"; char *utmp = NULL; /* scroll program: to enable use a string like "scroll" */ char *scroll = NULL; Binary files differBinary files differ |