From: Amin Bandali Date: Sun, 23 Nov 2014 13:54:57 +0000 (-0500) Subject: allow volume to go above 100% X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/ed7789793f10b5b7e81a41613cb06c5c8e011784?hp=155ce91b28bc790f10d1f5cc0262c10c613e537e allow volume to go above 100% --- 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