diff options
| author | JaKooLit <ejhay.games@gmail.com~> | 2024-12-30 13:19:12 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com~> | 2024-12-30 13:19:12 +0900 |
| commit | 072c12be93a183cc5eee329ecda6e691f21e2b53 (patch) | |
| tree | 6098eb7dbc2f4746a0056a734f437e93eda5c045 /copy.sh | |
| parent | 5b17e58ae96a8966d7cc99b58d7975f898c267f0 (diff) | |
updated copy.sh to offer to restore all the files in UserConfigs directory
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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" |
