Save screenshots in /tmp
Otherwise I tend to hoard them
This commit is contained in:
parent
e1a3523dc3
commit
2fd95a3023
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue