Fixed script names for volume up/down in config
This commit is contained in:
4
config.h
4
config.h
@@ -77,8 +77,8 @@ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont,
|
|||||||
static const char *termcmd[] = { "urxvt256c", NULL };
|
static const char *termcmd[] = { "urxvt256c", NULL };
|
||||||
static const char *lockcmd[] = { "slock", NULL };
|
static const char *lockcmd[] = { "slock", NULL };
|
||||||
static const char *prtscrcmd[] = { "flameshot", "gui", NULL};
|
static const char *prtscrcmd[] = { "flameshot", "gui", NULL};
|
||||||
static const char *vol_up[] = { "volume_up", NULL};
|
static const char *vol_up[] = { "volume_up.sh", NULL};
|
||||||
static const char *vol_down[] = { "volume_down", NULL};
|
static const char *vol_down[] = { "volume_down.sh", NULL};
|
||||||
|
|
||||||
static Key keys[] = {
|
static Key keys[] = {
|
||||||
/* modifier key function argument */
|
/* modifier key function argument */
|
||||||
|
|||||||
Reference in New Issue
Block a user