From 9f08b5b092ba4e015f9d06c60d4691fdbe43b735 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 27 Mar 2021 14:17:10 +0300 Subject: feat: use alacritty as terminal --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 0bf6c2a..55b0e16 100644 --- a/config.h +++ b/config.h @@ -57,7 +57,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_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL }; -static const char *termcmd[] = { "st", NULL }; +static const char *termcmd[] = { "alacritty", NULL }; static Key keys[] = { /* modifier key function argument */ -- cgit v1.2.3