diff options
author | Jim Ramsay <jim.ramsay@motorola.com> | 2010-05-28 17:22:13 (GMT) |
---|---|---|
committer | Jim Ramsay <jim.ramsay@motorola.com> | 2010-05-28 19:10:28 (GMT) |
commit | cdbaf5c04d07e8310c661e12e354724a619e5911 (patch) | |
tree | 5e39e64b2caa4ff79cce2749ba1331574b06673b /doc/asciidoc | |
parent | 769130f51a8f670ba46dac50d7602f6b936c9dc1 (diff) | |
download | fluxbox-cdbaf5c04d07e8310c661e12e354724a619e5911.zip fluxbox-cdbaf5c04d07e8310c661e12e354724a619e5911.tar.bz2 |
Add new focus model: StrictMouseFocus
This is not actually implemented yet, but from now on, "MouseFocus" means:
Focus follows mouse only when you are moving the mouse, any EnterNotify events
caused by non-mouse operations (window closing, keycommands, changing
desktops) will *not* shift focus
And once fully-implemented, "StrictMouseFocus" will mean:
Focus follows mouse on every EnterNotify event (except when the "ClientMenu"
closes or during alt+tab window cycling)
Diffstat (limited to 'doc/asciidoc')
-rw-r--r-- | doc/asciidoc/fluxbox.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/asciidoc/fluxbox.txt b/doc/asciidoc/fluxbox.txt index a324336..22d07ac 100644 --- a/doc/asciidoc/fluxbox.txt +++ b/doc/asciidoc/fluxbox.txt | |||
@@ -1001,10 +1001,12 @@ This specifies the width of external tabs in pixels. | |||
1001 | + | 1001 | + |
1002 | Default: *64* | 1002 | Default: *64* |
1003 | 1003 | ||
1004 | *session.screen0.focusModel*: *ClickToFocus|MouseFocus*:: | 1004 | *session.screen0.focusModel*: *ClickToFocus|MouseFocus|StrictMouseFocus*:: |
1005 | This controls how windows gain focus via the mouse. With `ClickToFocus', | 1005 | This controls how windows gain focus via the mouse. With `ClickToFocus', |
1006 | the user must click on the window. With `MouseFocus', windows gain focus | 1006 | the user must click on the window. With `MouseFocus', windows gain focus |
1007 | whenever the mouse moves over them. | 1007 | whenever the mouse moves over them, but only when the mouse is moving. With |
1008 | `StrictMouseFocus', windows gain focus whenever the mouse enters any exposed | ||
1009 | area, even if this is due to layer changes, window movement, changing desktops, closing windows, etc. | ||
1008 | + | 1010 | + |
1009 | Default: *ClickToFocus* | 1011 | Default: *ClickToFocus* |
1010 | 1012 | ||