From c4e604da07b90640b68d67d2a30b150a848ba6aa Mon Sep 17 00:00:00 2001 From: xyz Date: Sat, 11 Dec 2021 16:22:32 -0800 Subject: use alacritty instead of st --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index df2d67a..49b62f5 100644 --- a/config.def.h +++ b/config.def.h @@ -64,7 +64,7 @@ static const Layout layouts[] = { /* commands */ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_base01, "-nf", col_base04, "-sb", col_base0D, "-sf", col_base00, NULL }; -static const char *termcmd[] = { "st", NULL }; +static const char *termcmd[] = { "alacritty", NULL }; static Key keys[] = { /* modifier key function argument */ -- cgit v1.2.3-70-g09d2