You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 9, 2022. It is now read-only.
I've started playing with i3 layout and I could not at all understand how it was meant to mimic i3. It essentially just stacked windows left to right, never splitting horizontally.
I've started playing with i3 layout and I could not at all understand how it was meant to mimic i3. It essentially just stacked windows left to right, never splitting horizontally.
This was confusing enough I started looking at the code, and put a printf in https://github.com/kwin-scripts/kwin-tiling/blob/master/contents/code/i3layout.js#L118 . Turns out my setup always layouts with normal mode.
Then I put some more printf on these lines : https://github.com/kwin-scripts/kwin-tiling/blob/master/contents/code/tilingmanager.js#L568 and according to them the layout.layout.state is set, but then not picked up on when actually layouting the window.
I'm running kwin 5.18.5 on ubuntu 20.04.1. Any ideas on how to debug this or what might be going wrong here?