7 lines
219 B
Plaintext
7 lines
219 B
Plaintext
# 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"
|
|
|