Don't start nextcloud in background

This commit is contained in:
Sravan Balaji
2024-05-27 14:00:47 -04:00
parent cb63752e5d
commit 06e143b657
2 changed files with 2 additions and 2 deletions

View File

@@ -8640,7 +8640,7 @@ declare -a delay_array=(\
"/usr/bin/udiskie -a -n -s" \ # Udiskie
"/usr/bin/openrgb" \ # OpenRGB
"/usr/bin/syncthing-gtk" \ # Syncthing GTK
"/usr/bin/nextcloud --background" \ # NextCloud Client
"/usr/bin/nextcloud" \ # NextCloud Client
"/usr/bin/nyrna" \ # Nyrna
"bash /home/sravan/.scripts/dunst.sh --on" \ # Dunst Notification Daemon
"bash /home/sravan/.scripts/picom.sh --on" \ # Picom Compositor

View File

@@ -29,7 +29,7 @@ declare -a delay_array=(\
"/usr/bin/udiskie -a -n -s" \ # Udiskie
"/usr/bin/openrgb" \ # OpenRGB
"/usr/bin/syncthing-gtk" \ # Syncthing GTK
"/usr/bin/nextcloud --background" \ # NextCloud Client
"/usr/bin/nextcloud" \ # NextCloud Client
"/usr/bin/nyrna" \ # Nyrna
"bash /home/sravan/.scripts/dunst.sh --on" \ # Dunst Notification Daemon
"bash /home/sravan/.scripts/picom.sh --on" \ # Picom Compositor