diff options
| author | Camil Staps | 2016-03-29 23:26:13 +0200 | 
|---|---|---|
| committer | Camil Staps | 2016-11-30 19:11:08 +0100 | 
| commit | 291567c72a5b4592075ee36dc00b2c50d09997fe (patch) | |
| tree | 9fe57ff68e6ede79634544b9ebac484168cd26ac /i3.symlink | |
| parent | Fixed broken plugin link (diff) | |
Store scrots in /tmp to minimise SSD wear
Diffstat (limited to 'i3.symlink')
| -rw-r--r-- | i3.symlink/config | 6 | 
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` | 
