Add delay to scrot to avoid frame being included

This commit is contained in:
M1dgard 2018-04-05 18:40:09 +02:00
parent 3be8cf014f
commit 2ac8db48bc
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -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