From 590fecdcbfcb76c0bfc3346887ae1829810e04f4 Mon Sep 17 00:00:00 2001 From: Victor Timofei Date: Tue, 22 Dec 2020 21:56:53 +0200 Subject: [PATCH] Make alacritty default terminal emulator --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 1c0b587..ecdb0b8 100644 --- a/config.def.h +++ b/config.def.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 */