diff options
author | Camil Staps | 2016-04-08 18:30:17 +0200 |
---|---|---|
committer | Camil Staps | 2016-11-30 19:11:42 +0100 |
commit | 2d467c7f02d3f1791e7937cd4330d0c8ceb72c31 (patch) | |
tree | 030f3f20b50ef2ab46fb16c5437b46098457f983 | |
parent | Reorganised bg stuff (diff) |
Fix volume shortcuts
-rw-r--r-- | i3.symlink/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i3.symlink/config b/i3.symlink/config index fcf8c38..d5c6b39 100644 --- a/i3.symlink/config +++ b/i3.symlink/config @@ -27,8 +27,8 @@ bindsym --release Control+Print exec scrot -s '/tmp/%Y-%m-%d-%H%M%S_$wx$h.png' bindsym XF86KbdBrightnessUp exec sudo -A ~/bin/kbdbacklight up bindsym XF86KbdBrightnessDown exec sudo -A ~/bin/kbdbacklight down bindsym XF86AudioMute exec amixer sset Master toggle && kill -s 10 `pidof i3status` -bindsym XF86AudioRaiseVolume exec amixer sset Master 1% && kill -s 10 `pidof i3status` -bindsym XF86AudioLowerVolume exec amixer sset Master 1% && kill -s 10 `pidof i3status` +bindsym XF86AudioRaiseVolume exec amixer sset Master 1%+ && kill -s 10 `pidof i3status` +bindsym XF86AudioLowerVolume exec amixer sset Master 1%- && kill -s 10 `pidof i3status` bindsym $mod+F6 exec xbacklight -inc 5 -time 80 bindsym $mod+F5 exec xbacklight -dec 5 -time 80 |