diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-15 10:22:09 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-15 10:22:22 +0900 |
| commit | 13dd55b3147a0a62091dfa412d13d7f4d0ea2646 (patch) | |
| tree | 9ea1f34472aa3e84804e9d77c958a001f1bd314b /config | |
| parent | be376e04a0fe51f1e2f3a0949083ae8565de6910 (diff) | |
added laptop-keybinds on Quick Edit menu (SUPER E)
Diffstat (limited to 'config')
| -rwxr-xr-x | config/hypr/scripts/QuickEdit.sh | 10 |
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" ;; *) |
