/ startup_auto.sh ➔ auto_startup.sh

file renaming, to prevent mix-up with startup.sh (which is ran manually)
This commit is contained in:
fro
2026-01-25 16:25:58 -05:00
parent f32ac2f24a
commit b6357ed99b
2 changed files with 2 additions and 2 deletions

View File

@@ -398,9 +398,9 @@ for_window [class="SpeedCrunch"] floating enable border normal
# ---
# run programs
# ~ screen locking is handled by startup_auto.sh
# ~ screen locking is handled by auto_startup.sh
# ---
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_auto.sh
exec --no-startup-id sleep 5; auto_startup.sh