From 4d39ee034c43fa3311fd1025ffa06a5078d91998 Mon Sep 17 00:00:00 2001 From: Alexei Syssoyev <34723727+AlexSyssoyev@users.noreply.github.com> Date: Sun, 1 Dec 2019 18:31:23 -0300 Subject: [PATCH] fix on increase volume (#420) The increase volume gets added by 15 ignoring the shift. Changing this works again. --- .config/sxhkd/sxhkdrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 2627ab9..f9e6334 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -94,7 +94,7 @@ super + {_,shift +} bracketright super + {_,shift +} bracketleft mpc seek -{10,120} # Increase volume -super + {equal,plus} +super {_,shift +} + plus amixer sset Master {5,15}%+; pkill -RTMIN+10 $STATUSBAR # Decrease volume super {_,shift +} + minus