diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2012-07-09 00:35:48 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2012-07-09 00:35:48 (GMT) |
commit | fb52be0c47bb41793fe1ac1eed710fb5375ec3d6 (patch) | |
tree | a7474e38020c5e1bd87339203b15e9534edd1ccf /doc/asciidoc | |
parent | 9eecd58bf30c8b1c0d72b9070bf91e2c60f32fa5 (diff) | |
download | fluxbox_pavel-fb52be0c47bb41793fe1ac1eed710fb5375ec3d6.zip fluxbox_pavel-fb52be0c47bb41793fe1ac1eed710fb5375ec3d6.tar.bz2 |
fix documentation of TAB decoration mask
Diffstat (limited to 'doc/asciidoc')
-rw-r--r-- | doc/asciidoc/fluxbox-apps.txt | 9 |
1 files changed, 4 insertions, 5 deletions
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. |