This commit is contained in:
fro
2025-12-28 14:10:26 -05:00
parent d2abbe2de1
commit cfc52349b2

View File

@@ -91,11 +91,11 @@ elif [[ "${XWM}" == "i3" ]]; then
${display_setup} ${display_setup}
notify-send "<< i3wm >>"
# populate keyring, and sleep to make sure it takes effect before apps start # populate keyring, and sleep to make sure it takes effect before apps start
lordOfTheRing.sh lordOfTheRing.sh
sleep 3.5 sleep 13.5
notify-send "<< i3wm >>"
# set up screen locking and monitor/display power management # set up screen locking and monitor/display power management
xset dpms 0 0 599 # screen off after X seconds xset dpms 0 0 599 # screen off after X seconds
@@ -113,7 +113,9 @@ elif [[ "${XWM}" == "i3" ]]; then
#/usr/bin/pcloud & #/usr/bin/pcloud &
#i3-msg "exec --no-startup-id pcloud" #i3-msg "exec --no-startup-id pcloud"
#/usr/bin/pcloud #/usr/bin/pcloud
pcloud pcloud &
#if [[ "${HOSTNAME}" == "tuxwarrior" ]] ; then #if [[ "${HOSTNAME}" == "tuxwarrior" ]] ; then
# synology-drive & # synology-drive &