Automatically start nextcloud client

This commit is contained in:
Steins7 2023-02-10 22:04:48 +01:00
parent 8419ae8cd1
commit e3ad32053f

View File

@ -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"