Fix
This commit is contained in:
@@ -37,15 +37,11 @@ static char *colors[][3] = {
|
||||
static const char *tags[] = { "", "", "", "", "", "", "", "", "" };
|
||||
|
||||
/* launcher commands (They must be NULL terminated) */
|
||||
static const char* grabc[] = { "grabc", "|", "tr", "-d", "'\n'", "|", "xclip", "-selection", "clipboard", NULL };
|
||||
static const char* bhev[] = { "firefox", "bhev.ru", NULL };
|
||||
static const char* youtube[] = { "firefox", "youtube.com", NULL };
|
||||
|
||||
static const Launcher launchers[] = {
|
||||
/* command name to display */
|
||||
{ grabc, "" },
|
||||
{ bhev, "" },
|
||||
{ youtube, "" },
|
||||
};
|
||||
|
||||
static const Rule rules[] = {
|
||||
@@ -117,7 +113,6 @@ static const char *volup[] = { "pactl", "set-sink-volume", "0", "+5%", NULL };
|
||||
static const char *voldown[] = { "pactl", "set-sink-volume", "0", "-5%", NULL };
|
||||
static const char *volmute[] = { "pactl", "set-sink-mute", "0", "toggle", NULL };
|
||||
|
||||
static const char *backlightup[] = { "s", "set-sink-mute", "0", "toggle", NULL };
|
||||
static const char *lockcmd[] = { "slock", NULL };
|
||||
|
||||
static const char *dmenucmd[] = { "dmenu_run", "-g", "15", "-fn", dmenufont, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbordercolor, "-sf", selfgcolor, NULL };
|
||||
|
||||
Reference in New Issue
Block a user