summaryrefslogtreecommitdiffstats
path: root/.config/sxhkd/sxhkdrc
diff options
context:
space:
mode:
authorAlexei Syssoyev <34723727+AlexSyssoyev@users.noreply.github.com>2019-12-01 18:31:23 -0300
committerLuke Smith <luke@lukesmith.xyz>2019-12-01 16:31:23 -0500
commit4d39ee034c43fa3311fd1025ffa06a5078d91998 (patch)
tree194164b27c96eb805966eb64fdfb56382b469b71 /.config/sxhkd/sxhkdrc
parente867fcfae509aab72e0efd6a2ca2c251c684154e (diff)
downloadeibhear-4d39ee034c43fa3311fd1025ffa06a5078d91998.tar.gz
eibhear-4d39ee034c43fa3311fd1025ffa06a5078d91998.tar.zst
eibhear-4d39ee034c43fa3311fd1025ffa06a5078d91998.zip
fix on increase volume (#420)
The increase volume gets added by 15 ignoring the shift. Changing this works again.
Diffstat (limited to '.config/sxhkd/sxhkdrc')
-rw-r--r--.config/sxhkd/sxhkdrc2
1 files changed, 1 insertions, 1 deletions
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