diff options
author | Amin Bandali <me@aminb.org> | 2014-11-23 08:54:57 -0500 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2014-11-23 08:54:57 -0500 |
commit | ed7789793f10b5b7e81a41613cb06c5c8e011784 (patch) | |
tree | 52fc18c34f80365a5a0a039b36cb7e9f8da1caed | |
parent | 155ce91b28bc790f10d1f5cc0262c10c613e537e (diff) | |
download | configs-ed7789793f10b5b7e81a41613cb06c5c8e011784.tar.gz configs-ed7789793f10b5b7e81a41613cb06c5c8e011784.tar.xz configs-ed7789793f10b5b7e81a41613cb06c5c8e011784.zip |
allow volume to go above 100%
-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 |