aboutsummaryrefslogtreecommitdiff
path: root/i3.symlink/config
diff options
context:
space:
mode:
authorCamil Staps2016-03-29 23:26:13 +0200
committerCamil Staps2016-11-30 19:11:08 +0100
commit291567c72a5b4592075ee36dc00b2c50d09997fe (patch)
tree9fe57ff68e6ede79634544b9ebac484168cd26ac /i3.symlink/config
parentFixed broken plugin link (diff)
Store scrots in /tmp to minimise SSD wear
Diffstat (limited to 'i3.symlink/config')
-rw-r--r--i3.symlink/config6
1 files changed, 3 insertions, 3 deletions
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`