-
Notifications
You must be signed in to change notification settings - Fork 68
setting horizontal/vertical layout for i3layout not working #226
Comments
All I can say is this works for me. Are you using multiple monitors? That code only sets the state for the current monitor. |
Nope, only the single monitor. Any extra print's I can put in the code somewhere logical to debug this one? I'm mostly on https://github.com/lingtjien/Grid-Tiling-Kwin these days since I prefer the way it places windows, but I'm happy to help debug this regardless. |
It shows in OSD that I3layout had switched but i see no difference with blade layout.
|
I have exactly the same problem. The i3layout is only shown in vertical view, but not in horizontal view. I've tried everything, but I can't find a solution. |
Ditto
|
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?
The text was updated successfully, but these errors were encountered: