From 2fd95a30237cabcd4042ab7f9065d2c9255b4219 Mon Sep 17 00:00:00 2001 From: M1dgard Date: Thu, 5 Apr 2018 14:13:08 +0200 Subject: [PATCH] Save screenshots in /tmp Otherwise I tend to hoard them --- i3/config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/i3/config b/i3/config index 0b3cd7b..9128980 100644 --- a/i3/config +++ b/i3/config @@ -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