diff options
-rw-r--r-- | i3/.i3/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/i3/.i3/config b/i3/.i3/config index b72f0a4..ca17a1c 100644 --- a/i3/.i3/config +++ b/i3/.i3/config @@ -27,9 +27,9 @@ bindsym $mod+Shift+v exec urxvt -e vim bindsym $mod+Shift+m exec urxvt -e cmus # Special keys -bindsym Print exec scrot '/tmp/%Y-%m-%d-%H%M%S_$wx$h.png' -bindsym Shift+Print exec scrot -u '/tmp/%Y-%m-%d-%H%M%S_$wx$h.png' -bindsym --release Control+Print exec scrot -s '/tmp/%Y-%m-%d-%H%M%S_$wx$h.png' +bindsym Print exec scrot -z '/tmp/%Y-%m-%d-%H%M%S_$wx$h.png' +bindsym Shift+Print exec scrot -z -u '/tmp/%Y-%m-%d-%H%M%S_$wx$h.png' +bindsym --release Control+Print exec scrot -z -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` |