diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-01 02:43:02 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-01 02:43:02 +0900 |
| commit | f72311190587d83ce58a525db3b7af1adcb2fc13 (patch) | |
| tree | ac7c5d4ff0d1f0615d0c854af9cd01eac3f311c1 /copy.sh | |
| parent | 7b8857c6c8021a350939187730af0f3fe1c4afe5 (diff) | |
Introduction of using a separate file for Default apps, terminals, file managers, search engines...
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -257,7 +257,7 @@ printf "\n%.0s" {1..1} # Function to modify the ENVariables.conf file update_editor() { local editor=$1 - sed -i "s/#env = EDITOR,.*/env = EDITOR,$editor #default editor/" config/hypr/UserConfigs/ENVariables.conf + sed -i "s/#env = EDITOR,.*/env = EDITOR,$editor #default editor/" config/hypr/UserConfigs/01-UserDefaults.conf echo "${OK} Default editor set to ${MAGENTA}$editor${RESET}." 2>&1 | tee -a "$LOG" } @@ -700,6 +700,7 @@ printf "\n%.0s" {1..1} # Restoring UserConfigs and UserScripts DIRH="hypr" FILES_TO_RESTORE=( + 01-UserDefaults.conf "ENVariables.conf" "LaptopDisplay.conf" "Laptops.conf" |
