From 7a49b4668499b9f8457c2c5a7ed2536b954b7ebe Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 29 Jan 2025 17:21:47 +0900 Subject: Added Hyprland animations from different popular Hyprland users. default keybind to toggle animation is SUPER SHIFT A --- config/hypr/scripts/KeyHints.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config/hypr/scripts') 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" \ -- cgit v1.2.3