This commit is contained in:
2025-10-25 12:14:47 +02:00
parent 0df5fd8644
commit f10af1ca02
6 changed files with 10 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ for item in "kitty" "ghostty" "wlogout"; do
fi
done
if [ "$desktop" = "niri" ]; then
if [ "$desktop" = "niri" ] || [ "$desktop" = "GNOME" ]; then
ln -sv "$(realpath --relative-to="$HOME/.config" "$path/../config/$item-niri")" "$HOME/.config/$item"
else
ln -sv "$(realpath --relative-to="$HOME/.config" "$path/../config/$item")" "$HOME/.config/$item"