From 8e55aa8af9a3643f98ed45a2d109bc0694c1fb75 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 13 Jan 2023 14:20:58 +0100 Subject: Make screenshots silent --- i3/.i3/config | 6 +++--- 1 file 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` -- cgit v1.2.3