Fernando Dobladez
Fernando Dobladez
FYI: This PR fixes this issue for me: https://github.com/Bismuth-Forge/bismuth/pull/490 (I've tried Polonium briefly and I didn't like it as much as Bismuth)
I confirm @jkcdarunday 's PR #490 solves the issue for me. Thanks!
This change indeed fixes (or works around?) issue #473 for me. Thanks!
Wouldn't it be possible for yabai to capture the click *only* when the action is dragging (at least for windows move/resize) ?
Right. The way I implemented it, it doesn't honor the `:active?` rule on composite profiles. That said, it's more of a bug on the impl than an impossibility. This should...
Here's a more demanding requirement: This implementation doesn't handle composites in a situation I just run into: I'd like these rules to also be able force the _exclusion_ of a...
Yes, I like `:activate?` better. Metadata or plain key as in the current patch? It interacts with `with-profile` the way you describe it. However, that's not what I want now...
Here's another idea: try to resolve this at a lower level: "within" a profile. Example: (I know lein uses vectors for composites today... I'm just throwing something to start the...