From a67e7458b4d6c4fb89b543c165dd3853fc24c620 Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Thu, 15 May 2025 18:29:49 -0300 Subject: [PATCH] :boom: scripts(install): fix copy hypr/user default config --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index e2cf669..8335de5 100755 --- a/install.sh +++ b/install.sh @@ -60,6 +60,9 @@ if [[ $1 == "dots" ]] || [[ $input =~ "y" ]]; then fi done + echo "-> Copying default user config" + cp -rf ./hypr/user $XDG_CONFIG_HOME/hypr + echo "-> Copying default hyprpaper.conf" cp -f ./hypr/hyprpaper.conf $XDG_CONFIG_HOME/hypr