From b6357ed99b937ffced8c989502274ad313d7a8e7 Mon Sep 17 00:00:00 2001 From: fro Date: Sun, 25 Jan 2026 16:25:58 -0500 Subject: [PATCH] =?UTF-8?q?/=20startup=5Fauto.sh=20=E2=9E=94=20auto=5Fstar?= =?UTF-8?q?tup.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit file renaming, to prevent mix-up with startup.sh (which is ran manually) --- dots/bin/{startup_auto.sh => auto_startup.sh} | 0 dots/i3wm/config | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename dots/bin/{startup_auto.sh => auto_startup.sh} (100%) 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