outfoxxed / hy3

Hyprland plugin for an i3 / sway like manual tiling layout
GNU General Public License v3.0
391 stars 32 forks source link

killactive on mouse hover #84

Open smitropoulos opened 3 months ago

smitropoulos commented 3 months ago

Hey

Is it possible to killactive only on mouse hover like focustab? Something similar to:

bindn = , mouse_down, hy3:focustab, l, require_hovered
bindn = , mouse_up, hy3:focustab, r, require_hovered
bindn = , mouse:274, hy3:killactive, l, require_hovered

mouse:274 being the middle button for example

outfoxxed commented 3 months ago

not currently