From 34470b213538ae13e9b25d78c49d56e0befba2f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Fri, 22 Jun 2018 13:09:15 +0200 Subject: Add beautiful scot --- i3/.config/i3/config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'i3') diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 1e22e28..f8c1f73 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -100,8 +100,9 @@ bindsym --release Caps_Lock exec pkill -SIGRTMIN+11 i3blocks bindsym --release Num_Lock exec pkill -SIGRTMIN+11 i3blocks # App -bindsym --release $WinKey+o exec scrot -s ~/screenshots/%b\ %d-%H:%M:%S.png -bindsym --release $WinKey+i exec scrot ~/screenshots/%b\ %d-%H:%M:%S.png +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 bindsym $WinKey+Shift+F3 exec terminator -e mm -- cgit v1.2.1