aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Ramsay <jim.ramsay@motorola.com>2010-05-28 17:22:13 (GMT)
committerJim Ramsay <jim.ramsay@motorola.com>2010-05-28 19:10:28 (GMT)
commitcdbaf5c04d07e8310c661e12e354724a619e5911 (patch)
tree5e39e64b2caa4ff79cce2749ba1331574b06673b /doc
parent769130f51a8f670ba46dac50d7602f6b936c9dc1 (diff)
downloadfluxbox_pavel-cdbaf5c04d07e8310c661e12e354724a619e5911.zip
fluxbox_pavel-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')
-rw-r--r--doc/asciidoc/fluxbox.txt6
-rw-r--r--doc/fluxbox.1.in10
2 files changed, 9 insertions, 7 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+
1002Default: *64* 1002Default: *64*
1003 1003
1004*session.screen0.focusModel*: *ClickToFocus|MouseFocus*:: 1004*session.screen0.focusModel*: *ClickToFocus|MouseFocus|StrictMouseFocus*::
1005This controls how windows gain focus via the mouse. With `ClickToFocus', 1005This controls how windows gain focus via the mouse. With `ClickToFocus',
1006the user must click on the window. With `MouseFocus', windows gain focus 1006the user must click on the window. With `MouseFocus', windows gain focus
1007whenever the mouse moves over them. 1007whenever the mouse moves over them, but only when the mouse is moving. With
1008`StrictMouseFocus', windows gain focus whenever the mouse enters any exposed
1009area, even if this is due to layer changes, window movement, changing desktops, closing windows, etc.
1008+ 1010+
1009Default: *ClickToFocus* 1011Default: *ClickToFocus*
1010 1012
diff --git a/doc/fluxbox.1.in b/doc/fluxbox.1.in
index 7e36b8c..c65545f 100644
--- a/doc/fluxbox.1.in
+++ b/doc/fluxbox.1.in
@@ -1,13 +1,13 @@
1'\" t 1'\" t
2.\" Title: fluxbox 2.\" Title: fluxbox
3.\" Author: [see the "AUTHORS" section] 3.\" Author: [see the "AUTHORS" section]
4.\" Generator: DocBook XSL Stylesheets v1.75.1 <http://docbook.sf.net/> 4.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5.\" Date: 01/14/2010 5.\" Date: 05/28/2010
6.\" Manual: Fluxbox Manual 6.\" Manual: Fluxbox Manual
7.\" Source: fluxbox.txt 7.\" Source: fluxbox.txt
8.\" Language: English 8.\" Language: English
9.\" 9.\"
10.TH "FLUXBOX" "1" "01/14/2010" "fluxbox\&.txt" "Fluxbox Manual" 10.TH "FLUXBOX" "1" "05/28/2010" "fluxbox\&.txt" "Fluxbox Manual"
11.\" ----------------------------------------------------------------- 11.\" -----------------------------------------------------------------
12.\" * set default formatting 12.\" * set default formatting
13.\" ----------------------------------------------------------------- 13.\" -----------------------------------------------------------------
@@ -1693,9 +1693,9 @@ Default:
1693\fB64\fR 1693\fB64\fR
1694.RE 1694.RE
1695.PP 1695.PP
1696\fBsession\&.screen0\&.focusModel\fR: \fBClickToFocus|MouseFocus\fR 1696\fBsession\&.screen0\&.focusModel\fR: \fBClickToFocus|MouseFocus|StrictMouseFocus\fR
1697.RS 4 1697.RS 4
1698This controls how windows gain focus via the mouse\&. With \(oqClickToFocus\(cq, the user must click on the window\&. With \(oqMouseFocus\(cq, windows gain focus whenever the mouse moves over them\&. 1698This controls how windows gain focus via the mouse\&. With \(oqClickToFocus\(cq, the user must click on the window\&. With \(oqMouseFocus\(cq, windows gain focus whenever the mouse moves over them, but only when the mouse is moving\&. With \(oqStrictMouseFocus\(cq, windows gain focus whenever the mouse enters any exposed area, even if this is due to layer changes, window movement, changing desktops, closing windows, etc\&.
1699.sp 1699.sp
1700Default: 1700Default:
1701\fBClickToFocus\fR 1701\fBClickToFocus\fR