Open LanderMoerkerke opened 10 months ago
Hi,
I would like to animate windows only via the binding animatefocused and not when switching focus. Would this be possible?
animatefocused
Given the following config, the animatefocused command does not animate the given window. In CLI it however returns OK.
OK
Sample config:
bind = $mainMod, Backspace, animatefocused plugin:hyprfocus { enabled = yes keyboard_focus_animation = nothing mouse_focus_animation = nothing }
Thanks!
Hi,
I would like to animate windows only via the binding
animatefocused
and not when switching focus. Would this be possible?Given the following config, the
animatefocused
command does not animate the given window. In CLI it however returnsOK
.Sample config:
Thanks!