You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
174 B
Bash

#!/bin/sh
# Start statusbar script
statusbar &
# Start dunst as notificationserver
dunst &
# Start the nextcloud client in the background
/usr/bin/nextcloud --background &