diff --git a/i3/desktop.conf b/i3/desktop.conf index 986b2bb..0d04ca6 100644 --- a/i3/desktop.conf +++ b/i3/desktop.conf @@ -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 - diff --git a/i3/shared.conf b/i3/shared.conf index cb4b130..8b259ff 100644 --- a/i3/shared.conf +++ b/i3/shared.conf @@ -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