From a928bc9158d78f0daa65a9014eeea9c1941b25b3 Mon Sep 17 00:00:00 2001 From: M1dgard Date: Wed, 25 Apr 2018 12:19:04 +0200 Subject: [PATCH] Remove useless zzz, add chooseable scrot delay --- i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/config b/i3/config index aaf357c..5862236 100644 --- a/i3/config +++ b/i3/config @@ -112,11 +112,11 @@ bindsym XF86MonBrightnessDown exec --no-startup-id $HOME/.config/i3/backlight. bindsym XF86MonBrightnessUp exec --no-startup-id $HOME/.config/i3/backlight.sh up bindsym XF86PowerOff exec sudo shutdown -h now -bindsym XF86Sleep exec sudo zzz set $scrot scrot '/tmp/screenshot_%Y-%m-%d_%H-%M-%S.png' bindsym $mod+Print exec --no-startup-id $scrot bindsym $mod+Shift+Print exec --no-startup-id $scrot --select --delay 1 +bindsym $mod+Ctrl+Shift+Print exec --no-startup-id "$scrot --select --delay $(echo $'2\n3\n5\n10\n15' | rofi -p 'scrot delay' -dmenu)" # Window stuff {{{2