From 6372695b168b254b88890b3e2219a8cdfb065994 Mon Sep 17 00:00:00 2001 From: funman300 Date: Fri, 1 May 2026 09:53:46 -0700 Subject: [PATCH] remove orphan files: autostart.sh and tracked mako/config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit scripts/autostart.sh was never symlinked or referenced — niri's spawn-at-startup directives cover everything it launched. mako/config is gitignored (install.sh generates it from theme/colors.json) but was still tracked from the initial commit. The stale ~/.config/mako/config symlink that pointed at the repo caused install.sh's writes to land back in the repo. Removed both so install.sh now correctly produces a real generated file in ~/.config/mako/. Co-Authored-By: Claude Opus 4.7 (1M context) --- mako/config | 5 ----- scripts/autostart.sh | 7 ------- 2 files changed, 12 deletions(-) delete mode 100644 mako/config delete mode 100755 scripts/autostart.sh diff --git a/mako/config b/mako/config deleted file mode 100644 index 84968dc..0000000 --- a/mako/config +++ /dev/null @@ -1,5 +0,0 @@ -background-color=#1d1f21 -text-color=#c5c8c6 -border-size=2 -border-color=#81a2be -default-timeout=4000 diff --git a/scripts/autostart.sh b/scripts/autostart.sh deleted file mode 100755 index df84a28..0000000 --- a/scripts/autostart.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -waybar & -mako & -swww-daemon & -nm-applet --indicator & -polkit-gnome-authentication-agent-1 &