diff --git a/Startup-(process-manager)-Integration.md b/Startup-(process-manager)-Integration.md index 764a3fe..ada6dad 100644 --- a/Startup-(process-manager)-Integration.md +++ b/Startup-(process-manager)-Integration.md @@ -57,22 +57,8 @@ exec swayidle timeout "$TIME" 'initctl emit -n swayidle' \ # ~/.config/startup/swaybg.conf start on swaybg stop on stopping sway -instance $display respawn -exec swaybg "${display}" /usr/share/backgrounds/default fill -``` - -``` -# ~/.config/startup/swaybg-autostart.conf -start on sway-session -stop on stopping sway -emits swaybg -task -script - for display in $(swaymsg -rt get_outputs | jq -r .[].name); do - initctl emit -n swaybg "display=${display}" - done -end script +exec swaybg -o '*' -i /usr/share/backgrounds/default -m fill ``` ```