remove orphan files: autostart.sh and tracked mako/config

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) <noreply@anthropic.com>
This commit is contained in:
funman300
2026-05-01 09:53:46 -07:00
parent c21a2834b7
commit 6372695b16
2 changed files with 0 additions and 12 deletions
-5
View File
@@ -1,5 +0,0 @@
background-color=#1d1f21
text-color=#c5c8c6
border-size=2
border-color=#81a2be
default-timeout=4000
-7
View File
@@ -1,7 +0,0 @@
#!/bin/bash
waybar &
mako &
swww-daemon &
nm-applet --indicator &
polkit-gnome-authentication-agent-1 &