aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2025-03-13 19:54:44 +0900
committerJaKooLit <ejhay.games@gmail.com>2025-03-13 19:54:44 +0900
commit57ba8f6cc98fba7c151075cefc3c179474fa1f25 (patch)
treead614d39210d07f9f5fd261b5414194fad742eab
parent6eb016b046957cdd8d7e559946c140170557f1bc (diff)
updated KooL_quick-Settings.sh - Added User Defaults
-rwxr-xr-xconfig/hypr/scripts/Kool_Quick_Settings.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/hypr/scripts/Kool_Quick_Settings.sh b/config/hypr/scripts/Kool_Quick_Settings.sh
index 95b305d9..d6949007 100755
--- a/config/hypr/scripts/Kool_Quick_Settings.sh
+++ b/config/hypr/scripts/Kool_Quick_Settings.sh
@@ -22,6 +22,7 @@ UserScripts="$HOME/.config/hypr/UserScripts"
# Function to display the menu options without numbers
menu() {
cat <<EOF
+view/edit User Defaults
view/edit ENV variables
view/edit Window Rules
view/edit User Keybinds
@@ -48,6 +49,7 @@ main() {
# Map choices to corresponding files
case "$choice" in
+ "view/edit User Defaults") file="$UserConfigs/01-UserDefaults.conf" ;;
"view/edit ENV variables") file="$UserConfigs/ENVariables.conf" ;;
"view/edit Window Rules") file="$UserConfigs/WindowRules.conf" ;;
"view/edit User Keybinds") file="$UserConfigs/UserKeybinds.conf" ;;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage