From e3289051ef957b008760a90d8c34a2b84b3ffe23 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Mon, 27 Mar 2023 09:58:15 +0200 Subject: [PATCH] [sway] More sensible screenshot shortcuts --- .config/sway/config | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index c3cb7d6..67376a5 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -181,7 +181,6 @@ mode "leader" { bindsym l exec "plock"; mode "default" bindsym q mode "sway" bindsym w mode "windows" - bindsym Print mode "screenshot" bindsym Return mode "default" bindsym Escape mode "default" @@ -222,8 +221,8 @@ mode "screenshot" { bindsym $mod+Space mode "leader" bindsym $mod+Return exec $term bindsym $mod+d exec $menu -bindsym Print exec "screenshot -c" -bindsym $mod+Print mode "screenshot" +bindsym Print mode "screenshot" +bindsym $mod+Print exec "screenshot -c" bindsym $mod+quotedbl workspace number 1 bindsym $mod+guillemotleft workspace number 2