From ed7789793f10b5b7e81a41613cb06c5c8e011784 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 23 Nov 2014 08:54:57 -0500 Subject: [PATCH] allow volume to go above 100% --- sxhkd/.config/sxhkd/sxhkdrc | 4 ++-- 1 file 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 -- 2.20.1