diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-01-29 23:20:48 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-29 23:20:48 +0900 |
| commit | 7fc9d2fcbd74a1ff45dc3f1d5f6161f5bc91c12d (patch) | |
| tree | 2dc80bd79427479e45500352ca29e505a6e3f0fd /config/hypr/scripts | |
| parent | 65af1fcdea7f3e53174ad1ff18846f3437cb8248 (diff) | |
| parent | 9f7650cb60dacfe59b3d712db776974ba816bd83 (diff) | |
Merge branch 'development' into windowrules
Diffstat (limited to 'config/hypr/scripts')
| -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" \ |
