diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/asciidoc/fluxbox.txt | 6 | ||||
-rw-r--r-- | doc/fluxbox.1.in | 10 |
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 | + |
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 | ||
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 |
1698 | This 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\&. | 1698 | This 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 |
1700 | Default: | 1700 | Default: |
1701 | \fBClickToFocus\fR | 1701 | \fBClickToFocus\fR |