mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 09:15:34 +00:00
Screenshot shortcut
This commit is contained in:
parent
ebcacb7bc2
commit
01d37f6b90
@ -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 $mod+Tab exec python3 ~/.config/scripts/i3-mouse.py thumb
|
||||
|
||||
|
||||
|
@ -77,7 +77,6 @@ set $inner 8
|
||||
set $outer 2
|
||||
gaps inner $inner
|
||||
gaps outer $outer
|
||||
smart_borders on
|
||||
smart_borders no_gaps
|
||||
|
||||
# Define names for default workspaces
|
||||
@ -180,7 +179,12 @@ for_window [class="^.*"] border pixel 2
|
||||
new_window 1pixel
|
||||
#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+m exec nautilus ~/Videos
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user