diff --git a/.config/sway/config b/.config/sway/config index 75646c3..29ffdc1 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -273,8 +273,8 @@ bindsym $mod+Shift+f floating toggle bindsym $mod+tab layout tabbed ## Utils -bindsym Print exec bash -c 'file=$(~/.local/bin/snag -d ~/screenshots/) && wl-copy < $file' -bindsym Print+Ctrl exec bash -c 'file=$(~/.local/bin/snag -r -d ~/screenshots/) && wl-copy < $file' +bindsym Print exec bash -c 'file=$(~/.local/bin/snag -d ~/Pictures/screenshots/) && wl-copy < $file' +bindsym Print+Ctrl exec bash -c 'file=$(~/.local/bin/snag -r -d ~/Pictures/screenshots/) && wl-copy < $file' for_window [shell="xwayland"] title_format "[XW] %title"