diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-01-16 10:54:47 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-16 10:54:47 +0900 |
| commit | c30b1c5599daa78169486d76c9d3dd2fba3803a8 (patch) | |
| tree | a50caee93fc0c2f0d8c02f6d0120af71cc24f1ac /config/hypr/UserScripts/QuickEdit.sh | |
| parent | a4956da883d5fe2d66d528d2e9a890a2c6d064a8 (diff) | |
| parent | 47a6c42c77244b4b18f6e074542c15bc43bc4273 (diff) | |
Merge pull request #526 from JaKooLit/development
Development to main
Diffstat (limited to 'config/hypr/UserScripts/QuickEdit.sh')
| -rwxr-xr-x | config/hypr/UserScripts/QuickEdit.sh | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/config/hypr/UserScripts/QuickEdit.sh b/config/hypr/UserScripts/QuickEdit.sh index 29ce3506..48d5f49a 100755 --- a/config/hypr/UserScripts/QuickEdit.sh +++ b/config/hypr/UserScripts/QuickEdit.sh @@ -13,17 +13,17 @@ UserConfigs="$HOME/.config/hypr/UserConfigs" # Function to display the menu options menu() { cat <<EOF -1. Edit Env-variables -2. Edit Window-Rules -3. Edit Startup_Apps -4. Edit User-Keybinds -5. Edit Monitors -6. Edit Laptop-Keybinds -7. Edit User-Settings -8. Edit Decorations & Animations -9. Edit Workspace-Rules -10. Edit Default-Settings -11. Edit Default-Keybinds +1. View / Edit Env-variables +2. View / Edit Window-Rules +3. View / Edit Startup_Apps +4. View / Edit User-Keybinds +5. View / Edit Monitors +6. View / Edit Laptop-Keybinds +7. View / Edit User-Settings +8. View / Edit Decorations & Animations +9. View / Edit Workspace-Rules +10. View / Edit Default-Settings +11. View / Edit Default-Keybinds EOF } |
