diff --git a/sway/config.d/autostart b/sway/config.d/autostart index ff96cb0..ce25fa0 100644 --- a/sway/config.d/autostart +++ b/sway/config.d/autostart @@ -1,15 +1,15 @@ ### Start Nextcloud. -exec nextcloud +exec --no-startup-id nextcloud ### Make things a little easier easier on the eyes. -exec redshift +exec --no-startup-id redshift ### Notifications # https://github.com/emersion/mako exec --no-startup-id mako 2>&1 >/tmp/mako.log ### ydotool -exec ydotoold +exec --no-startup-id ydotoold ### Autotiling # https://github.com/nwg-piotr/autotiling @@ -34,6 +34,7 @@ exec_always { ### Clipboard manager # https://github.com/yory8/clipman -exec wl-paste -t text --watch clipman store +exec --no-startup-id wl-paste -t text --watch clipman store # vim: ft=cfg +# -*- mode: conf-space -*-