From fee28641a6106c7760f4511d3364922ea732653d Mon Sep 17 00:00:00 2001 From: hellisabove <59116609+hellisabove@users.noreply.github.com> Date: Wed, 14 Dec 2022 22:35:37 +0200 Subject: [PATCH] Cleaned structure --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index ee6f0a1..e5918d6 100644 --- a/config.h +++ b/config.h @@ -71,7 +71,7 @@ static const Layout layouts[] = { 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 }; //sets st as the default terminal -static const char *termcmd[] = { "st", NULL }; +static const char *termcmd[] = { "alacritty","-o","font.size=8", NULL }; ////volume controls static const char *upvol[] = { "amixer", "-q", "set", "Master", "5%+", "unmute", NULL }; static const char *downvol[] = { "amixer", "-q", "set", "Master", "5%-", "unmute", NULL };