diff --git a/dots/bin/startup.sh b/dots/bin/startup.sh index b8a71d5..9e838af 100755 --- a/dots/bin/startup.sh +++ b/dots/bin/startup.sh @@ -93,9 +93,10 @@ elif [[ "${XWM}" == "i3" ]]; then # populate keyring, and sleep to make sure it takes effect before apps start lordOfTheRing.sh - sleep 13.5 + sleep 5 notify-send "<< i3wm >>" + notify-send "[ ${display_setup} ]" # set up screen locking and monitor/display power management xset dpms 0 0 599 # screen off after X seconds @@ -111,10 +112,13 @@ elif [[ "${XWM}" == "i3" ]]; then #/usr/bin/megasync & #/usr/bin/pcloud & - i3-msg "exec sleep 5; pcloud" - #/usr/bin/pcloud - pcloud & + #i3-msg "exec sleep 5; pcloud" + #/usr/bin/pcloud + #pcloud & + + + exec sleep 5; pcloud & #if [[ "${HOSTNAME}" == "tuxwarrior" ]] ; then