From 2ac8db48bc449e7fe80706ea837ece8589fc6536 Mon Sep 17 00:00:00 2001 From: M1dgard Date: Thu, 5 Apr 2018 18:40:09 +0200 Subject: [PATCH] Add delay to scrot to avoid frame being included --- i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/config b/i3/config index 91c88a7..3234889 100644 --- a/i3/config +++ b/i3/config @@ -111,7 +111,7 @@ 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 -s +bindsym $mod+Shift+Print exec --no-startup-id $scrot --select --delay 1 # Window stuff {{{2