From 072c12be93a183cc5eee329ecda6e691f21e2b53 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 30 Dec 2024 13:19:12 +0900 Subject: updated copy.sh to offer to restore all the files in UserConfigs directory --- copy.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/copy.sh b/copy.sh index 9731e3fe..03a4226c 100755 --- a/copy.sh +++ b/copy.sh @@ -504,9 +504,16 @@ printf "\n" # restoration of old configs DIRH="hypr" FILES_TO_RESTORE=( - "Monitors.conf" + "ENVariables.conf" + "LaptopDisplay.conf" "Laptops.conf" + "Monitors.conf" + "Startup_Apps.conf" + "UserDecorAnimations.conf" "UserKeybinds.conf" + "UserSettings.conf" + "WindowRules.conf" + "WorkspaceRules.conf" ) DIRPATH=~/.config/"$DIRH" -- cgit v1.2.3