Config Sway : flag --no-startup-id pour les applications qui n'affichent
pas de fenêtre
This commit is contained in:
parent
9a91a35451
commit
ae8ee52cb7
1 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Sway
|
# Sway
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
bindsym $mod+Shift+r reload
|
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
|
bindsym $mod+Mod1+l exec swaylock
|
||||||
|
|
||||||
# Launchers
|
# Launchers
|
||||||
|
@ -89,11 +89,10 @@ mode "resize" {
|
||||||
bindsym $mod+r mode "resize"
|
bindsym $mod+r mode "resize"
|
||||||
|
|
||||||
# Screenshots
|
# Screenshots
|
||||||
bindsym Print exec glurp full clip
|
bindsym Print exec --no-startup-id glurp full clip
|
||||||
bindsym Shift+Print exec glurp area 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
|
bindsym Mod1+Shift+Print exec glurp area file
|
||||||
|
|
||||||
# When locked
|
# When locked
|
||||||
bindsym --locked XF86Display exec togglescreen
|
bindsym --locked XF86Display exec --no-startup-id togglescreen
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue