diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 99d247f..ca67e78 100644 --- a/config.def.h +++ b/config.def.h @@ -92,7 +92,7 @@ static const Layout layouts[] = { /* commands */ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ -static const char *term_cmd[] = { "alacritty", NULL }; +static const char *term_cmd[] = { "st", NULL }; static const char *coolterm_cmd[] = { "cool-retro-term", NULL }; static const char *dmenu_cmd[] = { "dmenu_run", "-i", "-m", "0", NULL }; static const char *dmpc_cmd[] = { "/home/jozan/.local/bin/dmpc", NULL }; |