Save screenshots in /tmp

Otherwise I tend to hoard them
This commit is contained in:
M1dgard 2018-04-05 14:13:08 +02:00
parent e1a3523dc3
commit 2fd95a3023
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -109,8 +109,9 @@ bindsym XF86MonBrightnessUp exec --no-startup-id $HOME/.config/i3/backlight.
bindsym XF86PowerOff exec sudo shutdown -h now
bindsym XF86Sleep exec sudo zzz
bindsym $mod+Print exec --no-startup-id scrot
bindsym $mod+Shift+Print exec --no-startup-id scrot -s
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
# Window stuff {{{2