diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-02 23:18:55 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-02 23:18:55 +0900 |
| commit | dc6b047a2b7f11504a1b9b14672e1c0376c09463 (patch) | |
| tree | 99603dd048b367f8874a52c5022967005da07356 /config/hypr/UserScripts/QuickEdit.sh | |
| parent | cc379e6a915a2440f8465e6299c77adefa37f388 (diff) | |
remove the Settings.conf
Add some descriptions on source files of hyprland.conf as some users are just confused where to put. Complaining that how would they know that WindowRules.conf is for Window Rules????? Da F
Diffstat (limited to 'config/hypr/UserScripts/QuickEdit.sh')
| -rwxr-xr-x | config/hypr/UserScripts/QuickEdit.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/config/hypr/UserScripts/QuickEdit.sh b/config/hypr/UserScripts/QuickEdit.sh index e5c26e20..e0af9dce 100755 --- a/config/hypr/UserScripts/QuickEdit.sh +++ b/config/hypr/UserScripts/QuickEdit.sh @@ -23,8 +23,7 @@ menu() { 8. View / Edit Decorations 9. View / Edit Animations 10. View / Edit Workspace-Rules -11. View / Edit Default-Settings -12. View / Edit Default-Keybinds +11. View / Edit Default-Keybinds EOF } @@ -44,8 +43,7 @@ main() { 8) file="$UserConfigs/UserDecorations.conf" ;; 9) file="$UserConfigs/UserAnimations.conf" ;; 10) file="$UserConfigs/WorkspaceRules.conf" ;; - 11) file="$configs/Settings.conf" ;; - 12) file="$configs/Keybinds.conf" ;; + 11) file="$configs/Keybinds.conf" ;; *) return ;; # Do nothing for invalid choices esac |
