diff --git a/config/sway/config.d/70-bindings.conf b/config/sway/config.d/70-bindings.conf index ca7ad46..126d91b 100644 --- a/config/sway/config.d/70-bindings.conf +++ b/config/sway/config.d/70-bindings.conf @@ -1,7 +1,7 @@ # Sway bindsym $mod+Shift+q kill bindsym $mod+Shift+r reload -bindsym $mod+Shift+e exec swaymsg exit +bindsym $mod+Shift+e exec --no-startup-id swaymsg exit bindsym $mod+Mod1+l exec swaylock # Launchers @@ -89,11 +89,10 @@ mode "resize" { bindsym $mod+r mode "resize" # Screenshots -bindsym Print exec glurp full clip +bindsym Print exec --no-startup-id glurp full clip bindsym Shift+Print exec glurp area clip -bindsym Mod1+Print exec glurp full file +bindsym Mod1+Print exec --no-startup-id glurp full file bindsym Mod1+Shift+Print exec glurp area file # When locked -bindsym --locked XF86Display exec togglescreen - +bindsym --locked XF86Display exec --no-startup-id togglescreen