From 7fbaefc0c413cd572868e596cc601b3e2dc41e31 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sun, 5 Aug 2018 11:09:06 +0200 Subject: Folder for screenshots --- i3/.config/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'i3/.config') diff --git a/i3/.config/i3/config b/i3/.config/i3/config index b745c06..9510fc8 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -100,8 +100,8 @@ bindsym --release Caps_Lock exec pkill -SIGRTMIN+11 i3blocks bindsym --release Num_Lock exec pkill -SIGRTMIN+11 i3blocks # App -bindcode 107 --release exec scrot -s '%Y-%m-%d-%H%M%S_$wx$h.png' -e 'mv $f ~/screenshots/' -bindsym --release $WinKey+i exec scrot '%Y-%m-%d-%H%M%S_$wx$h.png' -e 'mv $f ~/screenshots/' +bindcode 107 --release exec scrot -s '%Y-%m-%d-%H%M%S_$wx$h.png' -e 'mv $f ~/Screenshots/' +bindsym --release $WinKey+i exec scrot '%Y-%m-%d-%H%M%S_$wx$h.png' -e 'mv $f ~/Screenshots/' bindsym --release Scroll_Lock exec scrot -sz -e '~/.scripts/dropshadow.sh $f' bindsym $WinKey+Shift+F1 exec terminator -e ranger bindsym $WinKey+Shift+F2 exec terminator -e cmus -- cgit v1.2.1