Cleaned structure

This commit is contained in:
hellisabove
2022-12-14 22:35:37 +02:00
parent 7f3d2386b7
commit fee28641a6
+1 -1
View File
@@ -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 };