Add NextCloud Client to startup

This commit is contained in:
Sravan Balaji
2024-05-26 08:23:17 -04:00
parent e03e278a02
commit 0dc5db0fcb
2 changed files with 4 additions and 0 deletions

View File

@@ -29,6 +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/nyrna" \ # Nyrna
"bash /home/sravan/.scripts/dunst.sh --on" \ # Dunst Notification Daemon
"bash /home/sravan/.scripts/picom.sh --on" \ # Picom Compositor
@@ -46,6 +47,7 @@ declare -a kill_delay_array=(\
"pkill udiskie" \ # Udiskie
"pkill openrgb" \ # OpenRGB
"pkill syncthing-gtk" \ # Syncthing GTK
"pkill nextcloud" \ # NextCloud Client
"pkill nyrna" \ # Nyrna
"bash /home/sravan/.scripts/dunst.sh --off" \ # Dunst Notification Daemon
"bash /home/sravan/.scripts/picom.sh --off" \ # Picom Compositor

View File

@@ -9704,6 +9704,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/nyrna" \ # Nyrna
"bash /home/sravan/.scripts/dunst.sh --on" \ # Dunst Notification Daemon
"bash /home/sravan/.scripts/picom.sh --on" \ # Picom Compositor
@@ -9721,6 +9722,7 @@ declare -a kill_delay_array=(\
"pkill udiskie" \ # Udiskie
"pkill openrgb" \ # OpenRGB
"pkill syncthing-gtk" \ # Syncthing GTK
"pkill nextcloud" \ # NextCloud Client
"pkill nyrna" \ # Nyrna
"bash /home/sravan/.scripts/dunst.sh --off" \ # Dunst Notification Daemon
"bash /home/sravan/.scripts/picom.sh --off" \ # Picom Compositor