diff options
author | rcaridade145 <[email protected]> | 2020-03-03 20:51:17 +0000 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2020-05-27 11:25:49 -0400 |
commit | f96255beb1b23e47048d1e0479fc53ef4c36b747 (patch) | |
tree | dface6d32a02beaacc491d68261ccf6cd82663a1 /doc/how-to-get-focus-right.txt | |
parent | 8966925b5f7f014e7a809f743ab1725238583790 (diff) | |
download | marco-f96255beb1b23e47048d1e0479fc53ef4c36b747.tar.bz2 marco-f96255beb1b23e47048d1e0479fc53ef4c36b747.tar.xz |
workspace: Don't try to use per-workspace MRU lists as a hint for focusing
A prior commit switched from focusing the topmost window as the default
window to focusing the MRU window. This was done in alignment with the
introduction of per-workspace MRU lists to avoid problems where the window
stack was inadvertently changed when focusing windows during window switches.
Now that focusing windows don't have as big an impact on the stacking order,
we can revert back to focusing the top window, which is less confusing to the
user.
For now, leave per-workspace MRU lists, as they're a pretty good approximation
of a global MRU list, and it works well enough.
https://bugzilla.gnome.org/show_bug.cgi?id=620744
Based on commit https://gitlab.gnome.org/GNOME/metacity/-/commit/f628d8f8901f46fa9e00707ae9d7ccfd1e85f427
Diffstat (limited to 'doc/how-to-get-focus-right.txt')
-rw-r--r-- | doc/how-to-get-focus-right.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/how-to-get-focus-right.txt b/doc/how-to-get-focus-right.txt index 45c0f378..b9ccee6d 100644 --- a/doc/how-to-get-focus-right.txt +++ b/doc/how-to-get-focus-right.txt @@ -7,7 +7,7 @@ end of the discussion for how these special cases are handled.) The basics are easy: Focus method Behavior - click When a user clicks on a window, focus it + click Focus the window on top sloppy When an EnterNotify is received, focus the window mouse Same as sloppy, but also defocus when mouse enters DESKTOP window |