diff options
author | neodarz <neodarz@neodarz.net> | 2018-06-22 13:09:15 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-06-22 13:09:15 +0200 |
commit | 34470b213538ae13e9b25d78c49d56e0befba2f2 (patch) | |
tree | a6050995cfe0bd8de3511c050c12d6bb209700d4 /i3 | |
parent | 3500cbbc6cd307e52465810a559ed1d7d52360b1 (diff) | |
download | dotfiles_ascii-34470b213538ae13e9b25d78c49d56e0befba2f2.tar.xz dotfiles_ascii-34470b213538ae13e9b25d78c49d56e0befba2f2.zip |
Add beautiful scot
Diffstat (limited to 'i3')
-rw-r--r-- | i3/.config/i3/config | 5 |
1 files changed, 3 insertions, 2 deletions
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 |