From 6234484ad8312803dbda2f4af564249cb74ac458 Mon Sep 17 00:00:00 2001 From: jon Date: Sun, 13 Oct 2019 10:50:55 -0500 Subject: [PATCH] Fixed script names for volume up/down in config --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index c1f1cba..2851077 100644 --- a/config.h +++ b/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 *lockcmd[] = { "slock", NULL }; static const char *prtscrcmd[] = { "flameshot", "gui", NULL}; -static const char *vol_up[] = { "volume_up", NULL}; -static const char *vol_down[] = { "volume_down", NULL}; +static const char *vol_up[] = { "volume_up.sh", NULL}; +static const char *vol_down[] = { "volume_down.sh", NULL}; static Key keys[] = { /* modifier key function argument */