From baa18c8e280caa7e2fc08b813fcccd88e1b2e9f2 Mon Sep 17 00:00:00 2001 From: fro Date: Sun, 28 Dec 2025 15:40:40 -0500 Subject: [PATCH] w --- dots/bin/startup.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dots/bin/startup.sh b/dots/bin/startup.sh index c27c3eb..554e32d 100755 --- a/dots/bin/startup.sh +++ b/dots/bin/startup.sh @@ -102,6 +102,8 @@ elif [[ "${XWM}" == "i3" ]]; then xset dpms 0 0 599 # screen off after X seconds xautolock -time 20 -locker i3lock_fk.sh # lock after X minutes + sleep 5 + # start miscellanous programs #megasync & # mega sync service #nextcloud & # nextcloud file sync @@ -112,10 +114,10 @@ elif [[ "${XWM}" == "i3" ]]; then #/usr/bin/megasync & #/usr/bin/pcloud & - i3-msg "exec --no-startup-id pcloud" + #i3-msg "exec --no-startup-id pcloud" #/usr/bin/pcloud - #pcloud & + pcloud & #pcloud &