With this changes, switcher (alt-tab) follows proper z-order of windows, that is, the window layout is ordered top-bottom, left-right, with latest focused windows ordered first.
E.g. window configurations:
[1] [2]
[3] [4]
with window [4] being the latest touched window etc.
Switcher gives this layout:
[4] [3]
[2] [1]
with focus order [4]->[3]->[2]->[1]
Expose gives this layout:
[1] [2]
[3] [4]
with focus order [1]->[3]->[2]->[4]
z-ordering preservation of paging works on a different code path, init_paging_layout(), and is still in progress.
@dreamcat4 can you please test this, since you use skippy like alt-tab?
With this changes, switcher (alt-tab) follows proper z-order of windows, that is, the window layout is ordered top-bottom, left-right, with latest focused windows ordered first.
E.g. window configurations:
[1] [2] [3] [4]
with window [4] being the latest touched window etc.
Switcher gives this layout:
[4] [3] [2] [1]
with focus order [4]->[3]->[2]->[1]
Expose gives this layout:
[1] [2] [3] [4]
with focus order [1]->[3]->[2]->[4]
z-ordering preservation of paging works on a different code path, init_paging_layout(), and is still in progress.
@dreamcat4 can you please test this, since you use skippy like alt-tab?