diff options
author | Jasper St. Pierre <jstpierre@mecheye.net> | 2011-10-18 01:39:01 -0400 |
---|---|---|
committer | Alberts Muktupāvels <alberts.muktupavels@gmail.com> | 2017-03-03 02:39:37 +0200 |
commit | f628d8f8901f46fa9e00707ae9d7ccfd1e85f427 (patch) | |
tree | 44c31579691e8ea8f02cbf5049d9a03d284adb1f /doc | |
parent | 00b3e2af07a3da2f69e86d867dfda344cf2393b6 (diff) | |
download | metacity-f628d8f8901f46fa9e00707ae9d7ccfd1e85f427.tar.gz |
workspace: Don't try to use per-workspace MRU lists as a hint for focusing
Commit 2fc880db 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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/how-to-get-focus-right.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/how-to-get-focus-right.txt b/doc/how-to-get-focus-right.txt index 53cfa524..574a3a53 100644 --- a/doc/how-to-get-focus-right.txt +++ b/doc/how-to-get-focus-right.txt @@ -31,8 +31,7 @@ workspaces. In these cases, there needs to be a rule consistent with the above about the new window to choose. Focus method Behavior - click Focus the most recently used window (same as the window - on top) + click Focus the window on top sloppy Focus the window containing the pointer if there is such a window, otherwise focus the most recently used window. mouse Focus the non-DESKTOP window containing the pointer if |