From d10ac9cc74e33c60c88ed5c36dcaa5e163d56272 Mon Sep 17 00:00:00 2001 From: "Celestial.y" Date: Sat, 8 Nov 2025 20:15:46 +0800 Subject: [PATCH] Update comment --- sdata/dist-fedora/install-setups.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdata/dist-fedora/install-setups.sh b/sdata/dist-fedora/install-setups.sh index eb135d420..ba1e2349a 100644 --- a/sdata/dist-fedora/install-setups.sh +++ b/sdata/dist-fedora/install-setups.sh @@ -18,4 +18,5 @@ v gsettings set org.gnome.desktop.interface font-name 'Rubik 11' v gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' v kwriteconfig6 --file kdeglobals --group KDE --key widgetStyle Darkly v bash -c "echo exec-once = /usr/libexec/kf6/polkit-kde-authentication-agent-1 | - sudo tee -a ${REPO_ROOT}/dots/.config/hypr/custom/execs.conf" \ No newline at end of file + sudo tee -a ${REPO_ROOT}/dots/.config/hypr/custom/execs.conf" +# TODO: This will modify Git repo itself which should be avoided, however it makes sense that this may be needed. Need to improve this in future. \ No newline at end of file