fix on increase volume (#420)

The increase volume gets added by 15 ignoring the shift. Changing this works again.
This commit is contained in:
Alexei Syssoyev 2019-12-01 18:31:23 -03:00 committed by Luke Smith
parent e867fcfae5
commit 4d39ee034c

View file

@ -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