diff options
Diffstat (limited to 'config.h')
| -rwxr-xr-x | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ /* Constants */ #define BROWSER "librewolf" -#define TERMINAL "st" +#define TERMINAL "alacritty" /* appearance */ static const unsigned int borderpx = 2; /* border pixel of windows */ @@ -67,7 +67,7 @@ static const Layout layouts[] = { /* commands */ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ static const char *dmenucmd[] = { "dmenu_run" }; -static const char *termcmd[] = { "st", NULL }; +static const char *termcmd[] = { "alacritty", NULL }; static const char scratchpadname[] = "scratchpad"; static const char *scratchpadcmd[] = { "st", "-t", scratchpadname, "-g", "120x34", NULL }; |
