diff options
Diffstat (limited to 'doc/asciidoc/fluxbox-apps.txt')
-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. |