aboutsummaryrefslogtreecommitdiffstats
path: root/copy.sh
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2025-03-01 02:43:02 +0900
committerJaKooLit <ejhay.games@gmail.com>2025-03-01 02:43:02 +0900
commitf72311190587d83ce58a525db3b7af1adcb2fc13 (patch)
treeac7c5d4ff0d1f0615d0c854af9cd01eac3f311c1 /copy.sh
parent7b8857c6c8021a350939187730af0f3fe1c4afe5 (diff)
Introduction of using a separate file for Default apps, terminals, file managers, search engines...
Diffstat (limited to 'copy.sh')
-rwxr-xr-xcopy.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/copy.sh b/copy.sh
index 69641fda..5757f192 100755
--- a/copy.sh
+++ b/copy.sh
@@ -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"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage