diff options
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 7d39527..9a5a1fb 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -124,11 +124,11 @@ XF86AudioNext mpc next XF86AudioRaiseVolume - pamixer --increase 5;\ + pamixer --allow-boost --increase 5;\ pamixer --get-volume > /tmp/volinfo XF86AudioLowerVolume - pamixer --decrease 5;\ + pamixer --allow-boost --decrease 5;\ pamixer --get-volume > /tmp/volinfo XF86AudioMute |