From e3ad32053f9aa16c29497082779a07d159d78c6e Mon Sep 17 00:00:00 2001 From: Steins7 Date: Fri, 10 Feb 2023 22:04:48 +0100 Subject: [PATCH] Automatically start nextcloud client --- config.d/startup | 3 +++ 1 file changed, 3 insertions(+) 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" +