Cleaned structure
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user