diff --git a/config.d/startup b/config.d/startup index 5950d10..22837c4 100644 --- a/config.d/startup +++ b/config.d/startup @@ -1,3 +1,6 @@ # Import and start relevant systemd services at Sway startup exec_always "systemctl --user import-environment; systemctl --user start sway-session.target" +# Start nextcloud client +exec_always "nextcloud --background" +