/ startup_auto.sh ➔ auto_startup.sh
file renaming, to prevent mix-up with startup.sh (which is ran manually)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user