diff options
| author | Alexei Syssoyev <34723727+AlexSyssoyev@users.noreply.github.com> | 2019-12-01 18:31:23 -0300 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-12-01 16:31:23 -0500 |
| commit | 4d39ee034c43fa3311fd1025ffa06a5078d91998 (patch) | |
| tree | 194164b27c96eb805966eb64fdfb56382b469b71 /.config | |
| parent | e867fcfae509aab72e0efd6a2ca2c251c684154e (diff) | |
| download | eibhear-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')
| -rw-r--r-- | .config/sxhkd/sxhkdrc | 2 |
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 |
