Ian Ynda-Hummel

Results 190 comments of Ian Ynda-Hummel
trafficstars

This exists, but maybe the name isn't clear. It's toggling global tiling, which is `mod2+t` by default.

@x-ji take a look at HotKeyManager. It constructs the screen commands.

Thanks for the thorough analysis! I made a proposed fix for it. Are you able to build and try it out?

Sorry, I'm a billion years late on this, but it doesn't look like `index` is actually defined anywhere?

You could give all of the supplementary windows the same frame and focus the "visible" one.

Ah, I see the problem, yeah. You can try setting a max windows count, and see if that does what you want. It will minimize rather than hide, but functionally...

Oh, actually, maybe that has the same cycling problem.

I think it would be mostly straightforward to add hiding as a custom layout capability. I don't have the bandwidth immediately, but it could make for a good contribution if...

Not currently, no. And I would prefer that we add it as a capability of custom layouts. You can look at `CustomLayout.swift` and `ReflowOperation.swift`.

I suspect the problem is native macOS window tabs, in general. Each "tab" is actually a separate window.