From 884f4dc7b802cb24acce75a44fa7f7e1f9b9e0f2 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Charavel Date: Sun, 26 Oct 2025 09:14:57 -0400 Subject: [PATCH] Update sway --- .config/sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"