This commit is contained in:
fro
2025-12-28 15:50:33 -05:00
parent 870044d8dd
commit be2c70e0dc

View File

@@ -96,13 +96,15 @@ elif [[ "${XWM}" == "i3" ]]; then
sleep 3.5 sleep 3.5
notify-send "<< i3wm >>" 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 # 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
xautolock -time 20 -locker i3lock_fk.sh # lock after X minutes xautolock -time 20 -locker i3lock_fk.sh # lock after X minutes
sleep 5 # sleep 5
# start miscellanous programs # start miscellanous programs
#megasync & # mega sync service #megasync & # mega sync service
@@ -111,11 +113,11 @@ elif [[ "${XWM}" == "i3" ]]; then
#protonvpn-app & # vpn #protonvpn-app & # vpn
#/usr/bin/pcloud & #/usr/bin/pcloud &
#/usr/bin/nextcloud & #/usr/bin/nextcloud &
#/usr/bin/megasync & /usr/bin/megasync &
#/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 &