diff --git a/dwm/.dwm/autostart.sh b/dwm/.dwm/autostart.sh index 391c656..2242894 100755 --- a/dwm/.dwm/autostart.sh +++ b/dwm/.dwm/autostart.sh @@ -4,3 +4,6 @@ dwmblocks & # Start dunst as notificationserver dunst & + +# Start the nextcloud client in the background +/usr/bin/nextcloud --background &