allow volume to go above 100%
[~bandali/configs] / sxhkd / .config / sxhkd / sxhkdrc
index 7d39527..9a5a1fb 100644 (file)
@@ -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