/ startup.sh ➔ startup_auto.sh

and, now using startup.sh for manually executing programs
This commit is contained in:
fro
2025-12-28 15:57:25 -05:00
parent be2c70e0dc
commit b2ddf1466e
3 changed files with 116 additions and 127 deletions

View File

@@ -401,7 +401,7 @@ for_window [class="SpeedCrunch"] floating enable border normal
# ---
exec_always --no-startup-id setxkbmap -model pc105 -layout us,no -option grp:caps_toggle,grp_led:scroll; # keyboard layout switch
exec --no-startup-id pasystray
exec --no-startup-id sleep 5; startup.sh
exec --no-startup-id sleep 5; startup_auto.sh
#exec --no-startup-id pcloud # unable to execute this from startup.sh, by some weird reason (it used to work)
# ---