summaryrefslogtreecommitdiffstats
path: root/sxhkd
diff options
context:
space:
mode:
authorAmin Bandali <me@aminb.org>2014-11-23 08:54:57 -0500
committerAmin Bandali <me@aminb.org>2014-11-23 08:54:57 -0500
commited7789793f10b5b7e81a41613cb06c5c8e011784 (patch)
tree52fc18c34f80365a5a0a039b36cb7e9f8da1caed /sxhkd
parent155ce91b28bc790f10d1f5cc0262c10c613e537e (diff)
downloadconfigs-ed7789793f10b5b7e81a41613cb06c5c8e011784.tar.gz
configs-ed7789793f10b5b7e81a41613cb06c5c8e011784.tar.xz
configs-ed7789793f10b5b7e81a41613cb06c5c8e011784.zip
allow volume to go above 100%
Diffstat (limited to 'sxhkd')
-rw-r--r--sxhkd/.config/sxhkd/sxhkdrc4
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