Add delay to scrot to avoid frame being included
This commit is contained in:
parent
3be8cf014f
commit
2ac8db48bc
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ bindsym XF86Sleep exec sudo zzz
|
||||||
|
|
||||||
set $scrot scrot '/tmp/screenshot_%Y-%m-%d_%H-%M-%S.png'
|
set $scrot scrot '/tmp/screenshot_%Y-%m-%d_%H-%M-%S.png'
|
||||||
bindsym $mod+Print exec --no-startup-id $scrot
|
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
|
# Window stuff {{{2
|
||||||
|
|
Loading…
Reference in a new issue