diff --git a/README.org b/README.org index 4b9994e..c89f083 100644 --- a/README.org +++ b/README.org @@ -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 diff --git a/x11/.scripts/startup.sh b/x11/.scripts/startup.sh index 68a8a7d..4f8cb61 100755 --- a/x11/.scripts/startup.sh +++ b/x11/.scripts/startup.sh @@ -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