diff --git a/dots/bin/startup.sh b/dots/bin/startup.sh index 6d41479..ceddc3e 100755 --- a/dots/bin/startup.sh +++ b/dots/bin/startup.sh @@ -76,36 +76,36 @@ ds-tuxwarrior-4() { if [[ "${XWM}" == "hyprland" ]]; then - echo "<< hyprland >>" - #hyprpaper & - #waybar & - #hypridle & - #hyprdim --strength 0.1 --dialog-dim 0.1 --duration 500 --no-dim-when-only & + echo "<< hyprland >>" + #hyprpaper & + #waybar & + #hypridle & + #hyprdim --strength 0.1 --dialog-dim 0.1 --duration 500 --no-dim-when-only & elif [[ "${XWM}" == "i3" ]]; then - echo "<< i3wm >>" + echo "<< i3wm >>" - # display setup - display_setup=$(getDisplaySetupFunction) + # display setup + display_setup=$(getDisplaySetupFunction) - ${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 - sleep 3.5 + sleep 3.5 # 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 - # start miscellanous programs + # start miscellanous programs #megasync & # mega sync service #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 + #protonvpn-app & # vpn #/usr/bin/pcloud & #/usr/bin/nextcloud & #/usr/bin/megasync &