AdamWagner / stackline

Visualize yabai window stacks on macOS. Works with yabai & hammerspoon.
944 stars 47 forks source link

[Feature request] Close windows by middle click #101

Open WilliamCappelletti opened 2 years ago

WilliamCappelletti commented 2 years ago

Feature request

It would be great to be able to close windows by middle-clicking on stackline icons, in the same way as tabs are closed on Firefox.

I did not ckeck your code, but I think that an easy way to implement this could be to remember current window, focus the target one, send an interruption message (this I am not sure about), and focus back to starting window.

Thanks for the great work!