diff options
author | neodarz <neodarz@neodarz.net> | 2018-08-05 11:09:06 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-08-05 11:09:06 +0200 |
commit | 7fbaefc0c413cd572868e596cc601b3e2dc41e31 (patch) | |
tree | e5160a023045acbd2947df00c5808ca9ec5d2158 /i3 | |
parent | 476e6541d288124dc2bc8892e819cd6a63e8a2fb (diff) | |
download | dotfiles_ascii-7fbaefc0c413cd572868e596cc601b3e2dc41e31.tar.xz dotfiles_ascii-7fbaefc0c413cd572868e596cc601b3e2dc41e31.zip |
Folder for screenshots
Diffstat (limited to 'i3')
-rw-r--r-- | i3/.config/i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
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 |