Screenshot shortcut

This commit is contained in:
Christian Colglazier 2019-11-12 20:30:50 -05:00
parent ebcacb7bc2
commit 01d37f6b90
2 changed files with 6 additions and 3 deletions

View File

@ -57,4 +57,3 @@ bindsym --whole-window button9 exec python3 ~/.config/scripts/i3-mouse.py back
bindsym --whole-window button8 exec python3 ~/.config/scripts/i3-mouse.py forward bindsym --whole-window button8 exec python3 ~/.config/scripts/i3-mouse.py forward
bindsym $mod+Tab exec python3 ~/.config/scripts/i3-mouse.py thumb bindsym $mod+Tab exec python3 ~/.config/scripts/i3-mouse.py thumb

View File

@ -77,7 +77,6 @@ set $inner 8
set $outer 2 set $outer 2
gaps inner $inner gaps inner $inner
gaps outer $outer gaps outer $outer
smart_borders on
smart_borders no_gaps smart_borders no_gaps
# Define names for default workspaces # Define names for default workspaces
@ -180,7 +179,12 @@ for_window [class="^.*"] border pixel 2
new_window 1pixel new_window 1pixel
#new_window normal 0 px #new_window normal 0 px
bindsym $mod+Shift+s exec scrot -b -d 5 '%Y:%m:%d:%H:%M:%S.png' -e 'mv $f ~/Desktop/' # Screenshots
bindsym Print exec scrot '%Y:%m:%d:%H:%M:%S.png' -e 'mv $f ~/Pictures/screenshots/'
bindsym --release $mod+Print exec scrot '%Y:%m:%d:%H:%M:%S.png' -s -e 'mv $f ~/Pictures/screenshots'
bindsym $mod+s exec scrot '%Y:%m:%d:%H:%M:%S.png' -e 'mv $f ~/Pictures/screenshots/'
bindsym --release $mod+Shift+s exec scrot '%Y:%m:%d:%H:%M:%S.png' -s -e 'mv $f ~/Pictures/screenshots'
bindsym $mod+n exec nautilus bindsym $mod+n exec nautilus
bindsym $mod+m exec nautilus ~/Videos bindsym $mod+m exec nautilus ~/Videos