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
It would be great to have parameter for width/height ratio like so: new_layout = "splitv" if con.rect.height > **fac***con.rect.width else "splith"
With this set to, for example, 1.5 - auto-tile we would have wider windows, before they would be split in top/down. When coding, I prefer my windows to be slightly wider than tall.
The text was updated successfully, but these errors were encountered:
Ok, my bad 1.5 is not useful. It was supposed to be inverse.
Splitting with fac = 1 :
Factor 0.62 (inverse of golden ratio)
The advantage IMO is that when having long lines, it is preferred to have bias toward top/bottom split. If window is wide enough, it would split left/right.
It would be great to have parameter for width/height ratio like so:
new_layout = "splitv" if con.rect.height > **fac***con.rect.width else "splith"
With this set to, for example, 1.5 - auto-tile we would have wider windows, before they would be split in top/down. When coding, I prefer my windows to be slightly wider than tall.
The text was updated successfully, but these errors were encountered: