aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`