aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfig/hypr/scripts/QuickEdit.sh10
1 files changed, 7 insertions, 3 deletions
diff --git a/config/hypr/scripts/QuickEdit.sh b/config/hypr/scripts/QuickEdit.sh
index 36213c54..7e9d67fc 100755
--- a/config/hypr/scripts/QuickEdit.sh
+++ b/config/hypr/scripts/QuickEdit.sh
@@ -5,10 +5,11 @@ hyprDir="$HOME/.config/hypr/configs"
menu(){
printf "1. view Env-variables\n"
printf "2. view Rules\n"
- printf "3. view Execs\n"
- printf "4. view Key-Binds\n"
+ printf "3. view Execs (startup)\n"
+ printf "4. view KeyBinds\n"
printf "5. view Monitors\n"
- printf "6. view Hyprland-Settings\n"
+ printf "6. view Laptop-Keybinds\n"
+ printf "7. view Hyprland-Settings\n"
}
main() {
@@ -30,6 +31,9 @@ main() {
kitty -e nano "$hyprDir/Monitors.conf"
;;
6)
+ kitty -e nano "$hyprDir/Laptops.conf"
+ ;;
+ 7)
kitty -e nano "$hyprDir/Settings.conf"
;;
*)
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage