Skip to content

core/window: Change MRU update behavior for windows on all workspaces

Sebastian Wick requested to merge swick/mutter:primary-only-workspace-focus into main
Current behavior pushes a window which receives focus to the start of
the MRU list on every workspace it is on. By focusing a window which is
on all workspaces the default focus on all other workspaces changes as
well. We want the window to be the default focus only on the current
workspace but also keep the MRU order between windows on all workspaces.

Revert "workspace: Focus the default window only if no window is focused"

This reverts commit 058981dc12b294b84040147eab247ac72da3011c.

Merge request reports