diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2012-07-14 08:08:28 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2012-07-14 08:08:28 (GMT) |
commit | a076bdcbdaef5d61370acd35e8e2870fb7ad9e09 (patch) | |
tree | 407162dc75cc242fa446a7dece77987aad0c81e8 /doc/asciidoc | |
parent | 9a28a8bfec7606f19f373a27df33a89ba6f7de7c (diff) | |
parent | 2944cd0014cde6a219822f120fff9588225e8776 (diff) | |
download | fluxbox_pavel-a076bdcbdaef5d61370acd35e8e2870fb7ad9e09.zip fluxbox_pavel-a076bdcbdaef5d61370acd35e8e2870fb7ad9e09.tar.bz2 |
merge
Diffstat (limited to 'doc/asciidoc')
-rw-r--r-- | doc/asciidoc/client-patterns.txt | 9 | ||||
-rw-r--r-- | doc/asciidoc/fluxbox-apps.txt | 9 |
2 files changed, 13 insertions, 5 deletions
diff --git a/doc/asciidoc/client-patterns.txt b/doc/asciidoc/client-patterns.txt index 5bb50a0..ed1229d 100644 --- a/doc/asciidoc/client-patterns.txt +++ b/doc/asciidoc/client-patterns.txt | |||
@@ -32,9 +32,18 @@ The following values are accepted for 'propertyname'::: | |||
32 | *Maximized*;; | 32 | *Maximized*;; |
33 | Either *yes* or *no*, depending on whether the window is maximized or | 33 | Either *yes* or *no*, depending on whether the window is maximized or |
34 | not. | 34 | not. |
35 | *MaximizedHorizontal*;; | ||
36 | Either *yes* or *no*, depending on whether the window is maximized | ||
37 | horizontally or not. | ||
38 | *MaximizedVertical*;; | ||
39 | Either *yes* or *no*, depending on whether the window is maximized | ||
40 | vertically or not. | ||
35 | *Minimized*;; | 41 | *Minimized*;; |
36 | Either *yes* or *no*, depending on whether the window is minimized | 42 | Either *yes* or *no*, depending on whether the window is minimized |
37 | (iconified) or not. | 43 | (iconified) or not. |
44 | *Fullscreen*;; | ||
45 | Either *yes* or *no*, depending on whether the window is fullscreen or | ||
46 | not. | ||
38 | *Shaded*;; | 47 | *Shaded*;; |
39 | Either *yes* or *no*, depending on whether the window is shaded or | 48 | Either *yes* or *no*, depending on whether the window is shaded or |
40 | not. | 49 | not. |
diff --git a/doc/asciidoc/fluxbox-apps.txt b/doc/asciidoc/fluxbox-apps.txt index 07bac0e..31a26fa 100644 --- a/doc/asciidoc/fluxbox-apps.txt +++ b/doc/asciidoc/fluxbox-apps.txt | |||
@@ -137,10 +137,10 @@ Specify the decoration state. There are several predefined 'value' sets:;; | |||
137 | Standard decorations | 137 | Standard decorations |
138 | *NONE*;; | 138 | *NONE*;; |
139 | No decorations | 139 | No decorations |
140 | *TAB* | 140 | *BORDER*;; |
141 | Like TAB except keep the tabs | ||
142 | *Border*;; | ||
143 | Like NONE except keep the X window border | 141 | Like NONE except keep the X window border |
142 | *TAB*;; | ||
143 | Like BORDER except keep external tabs (if enabled) | ||
144 | *TINY*;; | 144 | *TINY*;; |
145 | Titlebar with only an iconify button | 145 | Titlebar with only an iconify button |
146 | *TOOL*;; | 146 | *TOOL*;; |
@@ -150,8 +150,7 @@ Specify the decoration state. There are several predefined 'value' sets:;; | |||
150 | + | 150 | + |
151 | The 'value' may also be a bitmask for finer-grained control. The bits are, from | 151 | The 'value' may also be a bitmask for finer-grained control. The bits are, from |
152 | (1<<0) to (1<<10): Titlebar, Handle/Grips, Border, Iconify Button, Maximize | 152 | (1<<0) to (1<<10): Titlebar, Handle/Grips, Border, Iconify Button, Maximize |
153 | Button, Close Button, Menu Enabled, Sticky Button, Shade Button, Tabbing | 153 | Button, Close Button, Menu Button, Sticky Button, Shade Button, External Tabs, Focus Enabled. |
154 | enabled, Focus Enabled. | ||
155 | 154 | ||
156 | *[Shaded]* {'bool'}:: | 155 | *[Shaded]* {'bool'}:: |
157 | Whether the window is Shaded (rolled-up) or not. | 156 | Whether the window is Shaded (rolled-up) or not. |