diff options
author | NeodarZ <neodarz@neodarz.net> | 2017-12-20 16:12:49 +0100 |
---|---|---|
committer | NeodarZ <neodarz@neodarz.net> | 2017-12-20 16:12:49 +0100 |
commit | 4dbdb0438e6b3b5b077216163d20f3fb96808e44 (patch) | |
tree | 25b3c5ce0ee21a3b3473733712e52853f0a6378a /i3 | |
parent | 0e4d480c830577ddb4dc2e654193143bd6b78b10 (diff) | |
download | dotfiles_ascii-4dbdb0438e6b3b5b077216163d20f3fb96808e44.tar.xz dotfiles_ascii-4dbdb0438e6b3b5b077216163d20f3fb96808e44.zip |
i3: add fullscreen screenshot
Diffstat (limited to 'i3')
-rw-r--r-- | i3/.config/i3/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 0f3f575..d27fcf2 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -101,6 +101,7 @@ 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 bindsym $WinKey+Shift+F1 exec qterminal -e ranger bindsym $WinKey+Shift+F2 exec qterminal -e cmus bindsym $WinKey+Shift+F3 exec qterminal -e mm |