From 291567c72a5b4592075ee36dc00b2c50d09997fe Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 29 Mar 2016 23:26:13 +0200 Subject: Store scrots in /tmp to minimise SSD wear --- i3.symlink/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'i3.symlink/config') diff --git a/i3.symlink/config b/i3.symlink/config index c714915..dbaafd8 100644 --- a/i3.symlink/config +++ b/i3.symlink/config @@ -21,9 +21,9 @@ bindsym $mod+Shift+v exec uxterm -e vim bindsym $mod+Shift+m exec uxterm -e cmus # Special keys -bindsym Print exec scrot -bindsym Shift+Print exec scrot -u -bindsym --release Control+Print exec scrot -s +bindsym Print exec scrot '/tmp/%Y-%m-%d-%H%M%S_$wx$h.png' +bindsym Shift+Print exec scrot -u '/tmp/%Y-%m-%d-%H%M%S_$wx$h.png' +bindsym --release Control+Print exec scrot -s '/tmp/%Y-%m-%d-%H%M%S_$wx$h.png' bindsym XF86KbdBrightnessUp exec sudo -A ~/bin/kbdbacklight up bindsym XF86KbdBrightnessDown exec sudo -A ~/bin/kbdbacklight down bindsym XF86AudioMute exec amixer sset Master toggle && kill -n 10 `pidof i3status` -- cgit v1.2.3