From a6ea424efa959e91353bdafe24551b82429a95da Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 19 Sep 2022 14:37:19 +0200 Subject: up --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 99d247f..ca67e78 100644 --- a/config.h +++ b/config.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 }; -- cgit v1.2.3