diff --git a/dots/bin/startup_auto.sh b/dots/bin/auto_startup.sh similarity index 100% rename from dots/bin/startup_auto.sh rename to dots/bin/auto_startup.sh diff --git a/dots/i3wm/config b/dots/i3wm/config index 7c3ec4e..25b3bac 100644 --- a/dots/i3wm/config +++ b/dots/i3wm/config @@ -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