diff options
author | Elijah Newren <newren@gmail.com> | 2005-10-03 20:10:56 +0000 |
---|---|---|
committer | Elijah Newren <newren@src.gnome.org> | 2005-10-03 20:10:56 +0000 |
commit | 0a13bf3270a2b24e7fd3f247f7f4bbaaf244daed (patch) | |
tree | 16c8e99cdb02ab61879f0294cd4c0bc76285b354 /src/metacity.schemas.in | |
parent | 4aaf6e3eb44d55c103e96bdeb6eb4848935d4d19 (diff) | |
download | metacity-0a13bf3270a2b24e7fd3f247f7f4bbaaf244daed.tar.gz |
clarify the meaning of the auto_raise preference. Fixes one of the issues
2005-10-03 Elijah Newren <newren@gmail.com>
* src/metacity.schemas.in: clarify the meaning of the auto_raise
preference. Fixes one of the issues in #312421.
Diffstat (limited to 'src/metacity.schemas.in')
-rw-r--r-- | src/metacity.schemas.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/metacity.schemas.in b/src/metacity.schemas.in index e39ad0cc..337b1ae5 100644 --- a/src/metacity.schemas.in +++ b/src/metacity.schemas.in @@ -90,6 +90,16 @@ If true, and the focus mode is either "sloppy" or "mouse" then the focused window will be automatically raised after a delay (the delay is specified by the auto_raise_delay key). + + This preference is poorly named, but kept for backwards + compatibility. To try to be more clear (at least to the + technically inclined), its meaning is "automatically raise + the window following a timeout which is triggered by + non-grabbed mouse entry in sloppy or mouse focus modes". It + is unrelated to clicking behavior (i.e. this is not related + to raise-on-click/orthogonal-raise). It is unrelated to + entering a window during drag and drop (because that results + in the application grabbing the mouse) </long> </locale> </schema> |