diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-08-22 23:59:19 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-08-22 23:59:19 +0900 |
| commit | fe3ce930c59c8e3f0f491e305b6393da9106a0f8 (patch) | |
| tree | ff1c7f938d8988d96db7d6f5117332192a01025d /config/hypr/UserScripts | |
| parent | f82516e99f2d060c0c1eca0eb20fb7bd78715269 (diff) | |
Animations and Decorations on a separate config. - Bump to 2.3.4
Diffstat (limited to 'config/hypr/UserScripts')
| -rwxr-xr-x | config/hypr/UserScripts/QuickEdit.sh | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/config/hypr/UserScripts/QuickEdit.sh b/config/hypr/UserScripts/QuickEdit.sh index 8864a30c..6320218b 100755 --- a/config/hypr/UserScripts/QuickEdit.sh +++ b/config/hypr/UserScripts/QuickEdit.sh @@ -16,9 +16,10 @@ menu(){ 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" + printf "8. edit Decorations & Animations\n" + printf "9. edit Workspace-Rules\n" + printf "10. edit Default-Settings\n" + printf "11. edit Default-Keybinds\n" } main() { @@ -46,12 +47,15 @@ main() { $tty $editor "$UserConfigs/UserSettings.conf" ;; 8) - $tty $editor "$UserConfigs/WorkspaceRules.conf" + $tty $editor "$UserConfigs/UserDecorAnimations.conf" ;; - 9) + 9) + $tty $editor "$UserConfigs/WorkspaceRules.conf" + ;; + 10) $tty $editor "$configs/Settings.conf" ;; - 10) + 11) $tty $editor "$configs/Keybinds.conf" ;; *) |
