From 3f813b91e57f42f0dd0c454d311f2b9bbe8a94db Mon Sep 17 00:00:00 2001 From: The_miro Date: Mon, 11 May 2026 14:26:51 +0200 Subject: [PATCH] sway.sh: copy colors.conf instead of symlinking MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Consistent with hyprland installers — prevents apply-theme.sh from writing through a symlink back into the git repo. Co-Authored-By: Claude Sonnet 4.6 --- setup/modules/Desktop-Enviroments/sway.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/modules/Desktop-Enviroments/sway.sh b/setup/modules/Desktop-Enviroments/sway.sh index f43e88f..e5975c0 100644 --- a/setup/modules/Desktop-Enviroments/sway.sh +++ b/setup/modules/Desktop-Enviroments/sway.sh @@ -61,7 +61,7 @@ sudo systemctl enable greetd.service # Dotfiles echo "Linking dotfiles..." -ln -sf ~/Dotfiles/colors.conf ~/.config/colors.conf +cp ~/Dotfiles/colors.conf ~/.config/colors.conf rm -f ~/.bashrc ~/.zshrc ln -sf ~/Dotfiles/.bashrc ~/.bashrc ln -sf ~/Dotfiles/.zshrc ~/.zshrc