Update sway

This commit is contained in:
2025-10-26 09:14:57 -04:00
parent 38d253000b
commit 884f4dc7b8

View File

@@ -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"