From ecdde25dba315c74193a6a15b3e54e220e3c2cb8 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 30 Jul 2023 20:23:52 +0300 Subject: [PATCH] i dont think /usr/bin exists --- config/dwm/config.def.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/dwm/config.def.h b/config/dwm/config.def.h index bd6a1829..43dd82bc 100644 --- a/config/dwm/config.def.h +++ b/config/dwm/config.def.h @@ -87,9 +87,9 @@ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, static const char *roficmd[] = { "rofi", "-show-icons", "-show", "drun", NULL }; static const char *termcmd[] = { "kitty", NULL }; // audio -static const char *upvol[] = { "/usr/bin/pactl", "set-sink-volume", "0", "+5%", NULL }; -static const char *downvol[] = { "/usr/bin/pactl", "set-sink-volume", "0", "-5%", NULL }; -static const char *mutevol[] = { "/usr/bin/pactl", "set-sink-mute", "0", "toggle", NULL }; +static const char *upvol[] = { "pactl", "set-sink-volume", "0", "+5%", NULL }; +static const char *downvol[] = { "pactl", "set-sink-volume", "0", "-5%", NULL }; +static const char *mutevol[] = { "pactl", "set-sink-mute", "0", "toggle", NULL }; static const Key keys[] = { /* modifier key function argument */