VortexCoyote / hyprfocus

a focus animation plugin for Hyprland inspired by Flashfocus
BSD 3-Clause "New" or "Revised" License
168 stars 15 forks source link

Only animate on keybinding #12

Open LanderMoerkerke opened 10 months ago

LanderMoerkerke commented 10 months ago

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 returns OK.

Sample config:

bind = $mainMod, Backspace, animatefocused

plugin:hyprfocus {
    enabled = yes

    keyboard_focus_animation = nothing
    mouse_focus_animation = nothing
}

Thanks!