hs.tiling
hs.tiling copied to clipboard
tiling.cycle sets a layout and changes the focus
when using hs.tiling.cycle to cycle through the windows, it cycles between windows (as expected) but also sets the layout.
I suspect that this might be the desired behavior for layouts that treat the focused window specially... Is that correct or is this a bug?
Hmm. Looks like that bit of code was inherited from mjolnir.tiling. What happens when you delete the call to apply(windows, layout) in init.lua?