diff options
Diffstat (limited to 'doc/asciidoc/fluxbox.txt')
-rw-r--r-- | doc/asciidoc/fluxbox.txt | 42 |
1 files changed, 41 insertions, 1 deletions
diff --git a/doc/asciidoc/fluxbox.txt b/doc/asciidoc/fluxbox.txt index 7008602..0dfba92 100644 --- a/doc/asciidoc/fluxbox.txt +++ b/doc/asciidoc/fluxbox.txt | |||
@@ -184,7 +184,7 @@ window's title bar and dragging it onto another window. This will `tab' | |||
184 | the titlebars, allowing you the user to select each window individually. | 184 | the titlebars, allowing you the user to select each window individually. |
185 | This `tabbing' allows you to put multiple applications in one location on | 185 | This `tabbing' allows you to put multiple applications in one location on |
186 | the desktop, and do several operations (for example, moving or resizing) | 186 | the desktop, and do several operations (for example, moving or resizing) |
187 | to all windows in the group. | 187 | to all windows in the group. Options are discussed in TAB OPTIONS section |
188 | 188 | ||
189 | Miscellaneous | 189 | Miscellaneous |
190 | ~~~~~~~~~~~~~ | 190 | ~~~~~~~~~~~~~ |
@@ -298,6 +298,10 @@ editing the init file, but this is a easier and faster way to most users. | |||
298 | - *Focus Model*: | 298 | - *Focus Model*: |
299 | Please read the FOCUS MODEL section at the end of this manual. | 299 | Please read the FOCUS MODEL section at the end of this manual. |
300 | 300 | ||
301 | - *Tab Options*: | ||
302 | Lets you configure the properties of tabs. Detailed in TAB OPTIONS | ||
303 | section. | ||
304 | |||
301 | - *Slit*: | 305 | - *Slit*: |
302 | This Menu can be opened by right clicking the slit (if visible). | 306 | This Menu can be opened by right clicking the slit (if visible). |
303 | 307 | ||
@@ -1269,6 +1273,41 @@ AutoRaise is enabled, focused windows will appear on top of other windows in | |||
1269 | the same layer. When AutoRaise is disabled, you must explicitly raise a focused | 1273 | the same layer. When AutoRaise is disabled, you must explicitly raise a focused |
1270 | window, using the window menu or keybinding. | 1274 | window, using the window menu or keybinding. |
1271 | 1275 | ||
1276 | TAB OPTIONS | ||
1277 | ----------- | ||
1278 | This section of fluxbox configuration menu lets you configure many features of | ||
1279 | tabs. Inside of it there are three main options: | ||
1280 | |||
1281 | - *Placement*: | ||
1282 | you can choose where the external tabs must be positioned. The options are: | ||
1283 | |||
1284 | * Top Left: tabs are located on the left side of the top border of the window. | ||
1285 | * Top Right: tabs are located on the right side of the top border of the window. | ||
1286 | * Left Top: tabs are located on the top part of the left border of the window. | ||
1287 | * Right Top: tabs are located on the top part of the right border of the window. | ||
1288 | * Left Bottom: tabs are located on the bottom part of the left border of the window. | ||
1289 | * Right Bottom: tabs are located on the bottom part of the right border of the window. | ||
1290 | * Bottom Left: tabs are located on the left side of the bottom border of the window. | ||
1291 | * Bottom Right: tabs are located on the right side of the bottom border of the window. | ||
1292 | |||
1293 | for this options to work 'Tabs in Titlebar' must be off. | ||
1294 | |||
1295 | - *Tabs in Titlebar*: | ||
1296 | when this option is on tabs are fixed in window titlebar and its width varies according | ||
1297 | to the amount of windows grouped. | ||
1298 | |||
1299 | - *External Tab Width*: | ||
1300 | it specifies in pixels the width of external tabs. | ||
1301 | |||
1302 | As most Fluxbox configurations this can be done by editing the init file. The resources | ||
1303 | that you should look at are: | ||
1304 | |||
1305 | session.screen0.tabs.intitlebar: <boolean> | ||
1306 | session.screen0.tab.width: <integer> | ||
1307 | session.screen0.tab.placement: <direction> | ||
1308 | |||
1309 | |||
1310 | |||
1272 | STYLES | 1311 | STYLES |
1273 | ------ | 1312 | ------ |
1274 | fluxbox enables you to use specialized files that contain X(1) resources to | 1313 | fluxbox enables you to use specialized files that contain X(1) resources to |
@@ -1612,3 +1651,4 @@ information can be found on the official website. | |||
1612 | SEE ALSO | 1651 | SEE ALSO |
1613 | -------- | 1652 | -------- |
1614 | bsetroot(1) fbsetbg(1) fbrun(1) fluxstyle(1) | 1653 | bsetroot(1) fbsetbg(1) fbrun(1) fluxstyle(1) |
1654 | |||