aboutsummaryrefslogtreecommitdiff
path: root/doc/asciidoc/fluxbox.txt
diff options
context:
space:
mode:
authormathias <mathias>2006-06-01 16:34:41 (GMT)
committermathias <mathias>2006-06-01 16:34:41 (GMT)
commited03c8eab521b1f20263fa623aad1659a3b2a4b2 (patch)
treec3ab7697ea8d7b4a14f1b6756dee723cc4a87e9c /doc/asciidoc/fluxbox.txt
parent1c19a09b75f3ad49f0df0feb9f92692ae9e0002c (diff)
downloadfluxbox-ed03c8eab521b1f20263fa623aad1659a3b2a4b2.zip
fluxbox-ed03c8eab521b1f20263fa623aad1659a3b2a4b2.tar.bz2
* update of new manpage (thanx Guillermo Patterer)
Diffstat (limited to 'doc/asciidoc/fluxbox.txt')
-rw-r--r--doc/asciidoc/fluxbox.txt42
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'
184the titlebars, allowing you the user to select each window individually. 184the titlebars, allowing you the user to select each window individually.
185This `tabbing' allows you to put multiple applications in one location on 185This `tabbing' allows you to put multiple applications in one location on
186the desktop, and do several operations (for example, moving or resizing) 186the desktop, and do several operations (for example, moving or resizing)
187to all windows in the group. 187to all windows in the group. Options are discussed in TAB OPTIONS section
188 188
189Miscellaneous 189Miscellaneous
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
1269the same layer. When AutoRaise is disabled, you must explicitly raise a focused 1273the same layer. When AutoRaise is disabled, you must explicitly raise a focused
1270window, using the window menu or keybinding. 1274window, using the window menu or keybinding.
1271 1275
1276TAB OPTIONS
1277-----------
1278This section of fluxbox configuration menu lets you configure many features of
1279tabs. 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
1302As most Fluxbox configurations this can be done by editing the init file. The resources
1303that 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
1272STYLES 1311STYLES
1273------ 1312------
1274fluxbox enables you to use specialized files that contain X(1) resources to 1313fluxbox enables you to use specialized files that contain X(1) resources to
@@ -1612,3 +1651,4 @@ information can be found on the official website.
1612SEE ALSO 1651SEE ALSO
1613-------- 1652--------
1614bsetroot(1) fbsetbg(1) fbrun(1) fluxstyle(1) 1653bsetroot(1) fbsetbg(1) fbrun(1) fluxstyle(1)
1654