Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add zoom animations #9058

Open
soufhehe opened this issue Jan 13, 2025 · 1 comment
Open

Add zoom animations #9058

soufhehe opened this issue Jan 13, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@soufhehe
Copy link

soufhehe commented Jan 13, 2025

Description

I use this in my config
bind = $mainMod, mouse_down, exec, hyprctl -q keyword cursor:zoom_factor $(hyprctl getoption cursor:zoom_factor | awk '/^float.*/ {print $2 + 0.5}')

bind = $mainMod, mouse_up, exec, hyprctl -q keyword cursor:zoom_factor $(hyprctl getoption cursor:zoom_factor | awk '/^float.*/ {print $2 - 0.5}')

and I think that adding animations to zoom_factor could be a nice addition. What do you think ?

@soufhehe soufhehe added the enhancement New feature or request label Jan 13, 2025
@vaxerski
Copy link
Member

very meh but whatever, no opposition

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants