diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-29 17:21:47 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-29 17:21:47 +0900 |
| commit | 7a49b4668499b9f8457c2c5a7ed2536b954b7ebe (patch) | |
| tree | 79106c18ee6bc3412b57058047d28d5a7defde53 /config/hypr/scripts/KeyHints.sh | |
| parent | 50d1906167ac52cb4b70ff27efa3ac1f30444c76 (diff) | |
Added Hyprland animations from different popular Hyprland users.
default keybind to toggle animation is SUPER SHIFT A
Diffstat (limited to 'config/hypr/scripts/KeyHints.sh')
| -rwxr-xr-x | config/hypr/scripts/KeyHints.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/hypr/scripts/KeyHints.sh b/config/hypr/scripts/KeyHints.sh index 6033cea4..b7ed26e2 100755 --- a/config/hypr/scripts/KeyHints.sh +++ b/config/hypr/scripts/KeyHints.sh @@ -24,8 +24,8 @@ max_width=1200 max_height=1000 # Set percentage of screen size for dynamic adjustment -percentage_width=70 -percentage_height=70 +percentage_width=90 +percentage_height=90 # Calculate dynamic width and height dynamic_width=$((width * percentage_width / 100)) @@ -80,6 +80,7 @@ GDK_BACKEND=$BACKEND yad --width=$dynamic_width --height=$dynamic_height \ " Shift F" "Toggle float" "single window" \ " ALT F" "Toggle all windows to float" "all windows" \ " Shift B" "Toggle Blur" "normal or less blur" \ +" Shift A" "Animations Menu" "Choose Animations via rofi" \ " SHIFT G" "Gamemode! All animations OFF or ON" "toggle" \ " ALT E" "Rofi Emoticons" "Emoticon" \ " ALT V" "Clipboard Manager" "cliphist" \ |
