Suppression du flag no-startup-id dans la config de Sway pour les
programmes qui affichent des fenêtres
This commit is contained in:
parent
68343da746
commit
2ab694c450
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
||||||
exec --no-startup-id swaybg -i $wallpaper
|
exec --no-startup-id swaybg -i $wallpaper
|
||||||
exec --no-startup-id swayosd-server
|
exec --no-startup-id swayosd-server
|
||||||
exec --no-startup-id xdg-session-start
|
exec --no-startup-id xdg-session-start
|
||||||
exec --no-startup-id $term
|
exec $term
|
||||||
exec --no-startup-id $term -e sudo -i
|
exec $term -e sudo -i
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue