hs.tiling icon indicating copy to clipboard operation
hs.tiling copied to clipboard

tiling.cycle sets a layout and changes the focus

Open brollb opened this issue 9 years ago • 1 comments

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?

brollb avatar May 22 '16 01:05 brollb

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?

dsanson avatar May 26 '16 15:05 dsanson