Automatically start nextcloud client
This commit is contained in:
parent
8419ae8cd1
commit
e3ad32053f
@ -1,3 +1,6 @@
|
|||||||
# Import and start relevant systemd services at Sway startup
|
# Import and start relevant systemd services at Sway startup
|
||||||
exec_always "systemctl --user import-environment; systemctl --user start sway-session.target"
|
exec_always "systemctl --user import-environment; systemctl --user start sway-session.target"
|
||||||
|
|
||||||
|
# Start nextcloud client
|
||||||
|
exec_always "nextcloud --background"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user