diff options
author | Camil Staps | 2023-01-13 14:20:58 +0100 |
---|---|---|
committer | Camil Staps | 2023-01-13 14:20:58 +0100 |
commit | 8e55aa8af9a3643f98ed45a2d109bc0694c1fb75 (patch) | |
tree | c1b1a5bfdb94b00d8ee5275d7b1a05229f1f5ee3 | |
parent | Improve custom vim tabline (diff) |
Make screenshots silent
-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` |