aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/UserScripts/QuickEdit.sh
diff options
context:
space:
mode:
authorJa.KooLit <85185940+JaKooLit@users.noreply.github.com>2024-09-02 13:15:28 +0900
committerGitHub <noreply@github.com>2024-09-02 13:15:28 +0900
commit3b82a3c0f0f33cba44ddfb1c62d53f950ff96c3a (patch)
tree3daa3705989db93d623dad2eebf101603479efdf /config/hypr/UserScripts/QuickEdit.sh
parent09bef3916d3c7225671f96fd7a8f77f5fab22f19 (diff)
parentcf55d6c89cbf4fc6a92bb19779d457a9fe98ec40 (diff)
Merge pull request #419 from JaKooLit/development
Development to Main. Preparation for release
Diffstat (limited to 'config/hypr/UserScripts/QuickEdit.sh')
-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