aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/UserScripts
diff options
context:
space:
mode:
Diffstat (limited to 'config/hypr/UserScripts')
-rwxr-xr-xconfig/hypr/UserScripts/QuickEdit.sh16
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"
;;
*)
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage