From ae8ee52cb7dd0822e4ff8f3a13aa4a7f8ef33a5b Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Tue, 24 Oct 2023 11:03:45 +0200 Subject: [PATCH] =?UTF-8?q?Config=20Sway=20:=20flag=20--no-startup-id=20po?= =?UTF-8?q?ur=20les=20applications=20qui=20n'affichent=20pas=20de=20fen?= =?UTF-8?q?=C3=AAtre?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/sway/config.d/70-bindings.conf | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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