/ wip - trying to start programs from startup.sh

This commit is contained in:
fro
2025-12-28 13:16:07 -05:00
parent 712452af6f
commit ef40f448f2

View File

@@ -104,9 +104,10 @@ elif [[ "${XWM}" == "i3" ]]; then
#nextcloud & # nextcloud file sync
#pcloud & # pcloud service | unable to start pcloud from startup.sh, so moved exec to i3wm cfg instead (strange, as it used to work starting it here)
#protonvpn-app & # vpn
/usr/bin/pcloud &
/usr/bin/nextcloud &
/usr/bin/megasync &
#/usr/bin/pcloud &
#/usr/bin/nextcloud &
#/usr/bin/megasync &
i3-msg "exec --no-startup-id pcloud"
if [[ "${HOSTNAME}" == "tuxwarrior" ]] ; then
#synology-drive &