diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-06-26 17:28:33 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-26 17:28:33 +0900 |
| commit | 8bac5ace152352b6ed95e1401823ffd9f3e3edff (patch) | |
| tree | ed9f5498b352b86c8109f64a48bbe66f1980ff28 /config/hypr/UserScripts | |
| parent | dc587d700b1f85b202eada9d14ed7a8d26a20255 (diff) | |
| parent | 7e692f93f2d2a1e1de57bfca4571ec5a26ba4355 (diff) | |
Merge pull request #353 from JaKooLit/development
Development to Main - Pre-release
Diffstat (limited to 'config/hypr/UserScripts')
| -rwxr-xr-x | config/hypr/UserScripts/QuickEdit.sh | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/config/hypr/UserScripts/QuickEdit.sh b/config/hypr/UserScripts/QuickEdit.sh index da6a8931..cd604619 100755 --- a/config/hypr/UserScripts/QuickEdit.sh +++ b/config/hypr/UserScripts/QuickEdit.sh @@ -9,16 +9,16 @@ configs="$HOME/.config/hypr/configs" UserConfigs="$HOME/.config/hypr/UserConfigs" menu(){ - printf "1. view Env-variables\n" - printf "2. view Window-Rules\n" - printf "3. view Startup_Apps\n" - printf "4. view User-Keybinds\n" - printf "5. view Monitors\n" - printf "6. view Laptop-Keybinds\n" - printf "7. view User-Settings\n" - printf "8. view Workspace-Rules\n" - printf "9. view Default-Settings\n" - printf "10. view Default-Keybinds\n" + printf "1. edit Env-variables\n" + printf "2. edit Window-Rules\n" + printf "3. edit Startup_Apps\n" + printf "4. edit User-Keybinds\n" + printf "5. edit Monitors\n" + printf "6. edit Laptop-Keybinds\n" + printf "7. edit User-Settings\n" + printf "8. edit Workspace-Rules\n" + printf "9. edit Default-Settings\n" + printf "10. edit Default-Keybinds\n" } main() { |
