|
|
|
@ -64,7 +64,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_purple, "-sf", col_black, NULL };
|
|
|
|
|
static const char *termcmd[] = { "/usr/bin/alacritty", NULL };
|
|
|
|
|
static const char *termcmd[] = { "/usr/local/bin/st", NULL };
|
|
|
|
|
static const char *browsecmd[] = { "/usr/bin/librewolf", "-p", "browsing", NULL };
|
|
|
|
|
static const char *acccmd[] = { "/usr/bin/librewolf", "-p", "accounts", NULL };
|
|
|
|
|
static const char *volup[] = { "/usr/bin/pactl", "set-sink-mute", "@DEFAULT_SINK@", "false", "/usr/bin/pactl", "set-sink-volume", "@DEFAULT_SINK@", "+10%", NULL };
|
|
|
|
|