fix on increase volume

The increase volume gets added by 15 ignoring the shift. Changing this works again.
This commit is contained in:
Alexei Syssoyev 2019-12-01 17:29:20 -03:00 committed by GitHub
parent e867fcfae5
commit 7d686bb38e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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