From 13cbdd77dd1b58cdbd7e1b464c51829a330e9a72 Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Fri, 7 Jun 2019 13:01:54 -0700 Subject: [PATCH] Updated Startup (process manager) Integration (markdown) --- Startup-(process-manager)-Integration.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) 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 ``` ```