From be2c70e0dc7bdca654daa5ab4d1125bd87ca226d Mon Sep 17 00:00:00 2001 From: fro Date: Sun, 28 Dec 2025 15:50:33 -0500 Subject: [PATCH] w --- dots/bin/startup.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dots/bin/startup.sh b/dots/bin/startup.sh index e686a29..e7372fb 100755 --- a/dots/bin/startup.sh +++ b/dots/bin/startup.sh @@ -96,13 +96,15 @@ elif [[ "${XWM}" == "i3" ]]; then sleep 3.5 notify-send "<< i3wm >>" - notify-send "[ ${display_setup} ]" + notify-send "[ display_setup = ${display_setup} ]" + notify-send "[ HOSTNAME = ${HOSTNAME} ]" # set up screen locking and monitor/display power management xset dpms 0 0 599 # screen off after X seconds xautolock -time 20 -locker i3lock_fk.sh # lock after X minutes - sleep 5 +# sleep 5 + # start miscellanous programs #megasync & # mega sync service @@ -111,11 +113,11 @@ elif [[ "${XWM}" == "i3" ]]; then #protonvpn-app & # vpn #/usr/bin/pcloud & #/usr/bin/nextcloud & - #/usr/bin/megasync & + /usr/bin/megasync & #/usr/bin/pcloud & - i3-msg "exec --no-startup-id pcloud" & + # i3-msg "exec --no-startup-id pcloud" & #/usr/bin/pcloud #pcloud &