This commit is contained in:
fro
2025-12-28 16:00:01 -05:00
parent b2ddf1466e
commit 841f0b18b8
2 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,9 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# : klevstul : start miscellanous application : 25.12.28 # : klevstul : start miscellanous application : 25.12.28
# note: i was unable to automatically start these programs from startup_auto.sh, so hence i have created
# this file, for manually running it, and starting misc programs.
# ----- # -----
notify-send "<< startup.sh >>" notify-send "<< startup.sh >>"

View File

@@ -103,6 +103,6 @@ elif [[ "${XWM}" == "i3" ]]; then
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
notify-send "[ execute startup.sh to start programs ]" notify-send ">> execute startup.sh to start default applications <<"
fi fi