diff --git a/ChangeLog b/ChangeLog
index 80147cb3..dc0e68b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
(Format: Year/Month/Day)
Changes for 1.1
+*08/06/03:
+ * Add -list-commands command line option, which prints a list of valid
+ fluxbox commands (Mark)
+ main.cc
*08/05/13:
* Only reload custom menus when necessary (Mark)
FbCommands.cc/hh
diff --git a/doc/asciidoc/fluxbox.1 b/doc/asciidoc/fluxbox.1
index d33c7366..2c975699 100644
--- a/doc/asciidoc/fluxbox.1
+++ b/doc/asciidoc/fluxbox.1
@@ -1,335 +1,384 @@
.\" Title: fluxbox
.\" Author:
-.\" Generator: DocBook XSL Stylesheets v1.71.1
-.\" Date: 04/21/2007
+.\" Generator: DocBook XSL Stylesheets v1.73.2
+.\" Date: 06/03/2008
.\" Manual:
.\" Source:
.\"
-.TH "FLUXBOX" "1" "04/21/2007" "" ""
+.TH "FLUXBOX" "1" "06/03/2008" "" ""
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.SH "NAME"
-fluxbox \- A lightweight window manager for the X Windowing System
+fluxbox - A lightweight window manager for the X Windowing System
.SH "SYNOPSIS"
-\fIfluxbox\fR [\-v | \-version] [\-h | \-help] [\-i | \-info] \fIfluxbox\fR [\-rc rcfile] [\-log logfile] [\-display display] [\-screen scr,scr|all] [\-verbose]
+\fIfluxbox\fR [\-rc rcfile] [\-log logfile] [\-display display] [\-screen scr,scr|all] [\-verbose]
+.sp
+\fIfluxbox\fR [\-v | \-version] | [\-h | \-help] | [\-i | \-info] | [\-list\-commands]
.sp
.SH "DESCRIPTION"
-fluxbox(1) provides configurable window decorations, a root menu to launch applications and a toolbar that shows the current workspace name, a set of application names and the current time. There is also a workspace menu to add or remove workspaces. The `slit' can be used to dock small applications; e.g. most of the bbtools can use the slit.
+fluxbox(1) provides configurable window decorations, a root menu to launch applications and a toolbar that shows the current workspace name, a set of application names and the current time\. There is also a workspace menu to add or remove workspaces\. The `slit\' can be used to dock small applications; e\.g\. most of the bbtools can use the slit\.
.sp
-fluxbox(1) can iconify windows to the toolbar, in addition to adding the window to the \fIIcons\fR submenu of the workspace menu. One click and they reappear. A double\-click on the titlebar of the window will \fIshade\fR it; i.e. the window will disappear, and only the titlebar will remain visible.
+fluxbox(1) can iconify windows to the toolbar, in addition to adding the window to the \fIIcons\fR submenu of the workspace menu\. One click and they reappear\. A double\-click on the titlebar of the window will \fIshade\fR it; i\.e\. the window will disappear, and only the titlebar will remain visible\.
.sp
-fluxbox(1) uses its own graphics class to render its images on the fly. By using style files, you can determine in great detail how your desktop looks. fluxbox styles are compatible with those of Blackbox 0.65 or earlier versions, so users migrating can still use their current favourite themes.
+fluxbox(1) uses its own graphics class to render its images on the fly\. By using style files, you can determine in great detail how your desktop looks\. fluxbox styles are compatible with those of Blackbox 0\.65 or earlier versions, so users migrating can still use their current favourite themes\.
.sp
-fluxbox(1) supports the majority of the Extended Window Manager Hints (EWMH) specification, as well as numerous other Window Hinting standards. This allows all compliant window managers to provide a common interface to standard features used by applications and desktop utilities.
+fluxbox(1) supports the majority of the Extended Window Manager Hints (EWMH) specification, as well as numerous other Window Hinting standards\. This allows all compliant window managers to provide a common interface to standard features used by applications and desktop utilities\.
.sp
.SH "OPTIONS"
.PP
\-display display
.RS 4
-Start fluxbox on the specified display. Programs started by fluxbox will share the DISPLAY environment variable also.
+Start fluxbox on the specified display\. Programs started by fluxbox will share the DISPLAY environment variable also\.
.RE
.PP
\-h, \-help
.RS 4
-Display command line options.
+Display command line options\.
.RE
.PP
\-i, \-info
.RS 4
-Display useful information concerning the defaults and compiled\-in options.
+Display useful information concerning the defaults and compiled\-in options\.
.RE
.PP
\-log logfile
.RS 4
-Starting fluxbox with this option will designate a file in which you want to log events to.
+Starting fluxbox with this option will designate a file in which you want to log events to\.
.RE
.PP
\-rc rcfile
.RS 4
-Use a different config file other than the default ~/.fluxbox/init.
+Use a different config file other than the default ~/\.fluxbox/init\.
.RE
.PP
\-v, \-version
.RS 4
-The version of fluxbox installed.
+The version of fluxbox installed\.
.RE
.PP
\-screen scr,scr|all
.RS 4
-Run on specified screens only or all (by default).
+Run on specified screens only or all (by default)\.
.RE
.PP
\-verbose
.RS 4
-Print more information in process.
+Print more information in process\.
.RE
.SH "STARTING FLUXBOX"
-fluxbox(1) comes with a program called startfluxbox(8) usually located wherever you installed fluxbox. This script provides you with many options and variables that can be set when starting fluxbox. To actually call fluxbox and begin using it, you should place "exec startfluxbox" in your /.xinitrc or /.xsession (depending on your distribution and/or display manager) as the last executed command. This is assuming that the location of fluxbox(1) and startfluxbox(8) are in your shell's $PATH. Also note that you may need to create the /.xinitrc file or your setup may use /.xsession instead, depending on your X setup. For more information on your shell, please visit your shell's manual page.
+fluxbox(1) comes with a program called startfluxbox(8) usually located wherever you installed fluxbox\. This script provides you with many options and variables that can be set when starting fluxbox\. To actually call fluxbox and begin using it, you should place "exec startfluxbox" in your /\.xinitrc or /\.xsession (depending on your distribution and/or display manager) as the last executed command\. This is assuming that the location of fluxbox(1) and startfluxbox(8) are in your shell\'s $PATH\. Also note that you may need to create the /\.xinitrc file or your setup may use /\.xsession instead, depending on your X setup\. For more information on your shell, please visit your shell\'s manual page\.
.sp
-By using fluxbox \-i you'll see the defaults used by fluxbox(1). These are what fluxbox looks for upon startup. In the list of `Defaults:' you'll see a menu file location, this is where you can provide a system\-wide menu file for your users.
+By using fluxbox \-i you\'ll see the defaults used by fluxbox(1)\. These are what fluxbox looks for upon startup\. In the list of `Defaults:\' you\'ll see a menu file location, this is where you can provide a system\-wide menu file for your users\.
.sp
-On exit or restart, fluxbox will save user defaults in the file ~/.fluxbox/init. Resources in this file can be edited by hand. fluxbox also has many tools to edit these; look through the main menu once fluxbox has started to find different ways of managing your session.
+On exit or restart, fluxbox will save user defaults in the file ~/\.fluxbox/init\. Resources in this file can be edited by hand\. fluxbox also has many tools to edit these; look through the main menu once fluxbox has started to find different ways of managing your session\.
.sp
.SH "USING FLUXBOX"
-When using fluxbox for the first time, users who are more accustomed to full desktop environments such as KDE or Gnome may be a little surprised by the minimal screen content. fluxbox is designed to be fast and powerful, so it may take a bit of getting used to \(em however, the rewards are worthwhile.
+When using fluxbox for the first time, users who are more accustomed to full desktop environments such as KDE or Gnome may be a little surprised by the minimal screen content\. fluxbox is designed to be fast and powerful, so it may take a bit of getting used to \(em however, the rewards are worthwhile\.
.sp
-In this section, we'll give a quick summary of the common things. However, we recommend that you consult the referenced sections of this manual to further develop your understanding of what you can do with fluxbox.
+In this section, we\'ll give a quick summary of the common things\. However, we recommend that you consult the referenced sections of this manual to further develop your understanding of what you can do with fluxbox\.
.sp
.SS "Root Window (Main)"
-Looking at the fluxbox desktop immediately after startup you'll generally see only one thing: the toolbar. If you right click (mouse button 3) somewhere on the desktop, you can access the RootMenu. A middle click (mouse button 2) on the desktop shows you the WorkspaceMenu.
+Looking at the fluxbox desktop immediately after startup you\'ll generally see only one thing: the toolbar\. If you right click (mouse button 3) somewhere on the desktop, you can access the RootMenu\. A middle click (mouse button 2) on the desktop shows you the WorkspaceMenu\.
.sp
.SS "RootMenu and WorkspaceMenu"
-From the RootMenu you can launch applications and configure fluxbox. The WorkspaceMenu shows all windows and on which workspaces they are. See section MENUS on how to customize these menus.
+From the RootMenu you can launch applications and configure fluxbox\. The WorkspaceMenu shows all windows and on which workspaces they are\. See section MENUS on how to customize these menus\.
.sp
.SS "Toolbar"
The toolbar contains any combination of the following tools:
.sp
-.TP 4
-\(bu
-
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
\fBWorkspace Name\fR: Name of the current visible workspace
-.TP 4
-\(bu
-
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
\fBIconbar\fR: List of windows managed by fluxbox
-.TP 4
-\(bu
-
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
\fBSystem Tray\fR: Area for applets
-.TP 4
-\(bu
-
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
\fBClock\fR: Date and Time
-.TP 4
-\(bu
-
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
\fBWorkspace Arrows\fR: Previous/Next Workspace
-.TP 4
-\(bu
-
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
\fBWindow Arrows\fR: Previous/Next Application Window
-The contents of the toolbar can be configured in the `init' file. We discuss the `init' file at great length in the RESOURCES section.
+.RE
+The contents of the toolbar can be configured in the `init\' file\. We discuss the `init\' file at great length in the RESOURCES section\.
.sp
.SS "Slit"
-Initially you won't be able to see the slit. It is there, but it isn't being used yet. The slit confuses some people initially. Think of it as a dock where you can place smaller programs. If you've looked at any screenshots on the official fluxbox web site, you will have noticed some small programs on the edge of some of the screens. These were more than likely docked programs in the slit. To learn more about the slit, we have an entire section below that goes into detail about the options you have.
+Initially you won\'t be able to see the slit\. It is there, but it isn\'t being used yet\. The slit confuses some people initially\. Think of it as a dock where you can place smaller programs\. If you\'ve looked at any screenshots on the official fluxbox web site, you will have noticed some small programs on the edge of some of the screens\. These were more than likely docked programs in the slit\. To learn more about the slit, we have an entire section below that goes into detail about the options you have\.
.sp
.SS "Layers"
fluxbox manages the following layers (from highest to lowest):
.sp
-.TP 4
-\(bu
-Above Dock
-.TP 4
-\(bu
-Dock
-.TP 4
-\(bu
-Top
-.TP 4
-\(bu
-Normal
-.TP 4
-\(bu
-Bottom
-.TP 4
-\(bu
-Desktop
-Windows on a higher layer will always appear above those on a lower one. These layers can be used on application windows, the slit or the toolbar. You can assign applications to a certain layer by specifying it in the `apps' file or through the WindowMenu. We discuss the `apps' file in the APPLICATIONS section. We discuss the WindowMenu in the MENUS section. We discuss layers in more detail in the LAYERS section.
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'Above Dock
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'Dock
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'Top
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'Normal
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'Bottom
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'Desktop
+.RE
+Windows on a higher layer will always appear above those on a lower one\. These layers can be used on application windows, the slit or the toolbar\. You can assign applications to a certain layer by specifying it in the `apps\' file or through the WindowMenu\. We discuss the `apps\' file in the APPLICATIONS section\. We discuss the WindowMenu in the MENUS section\. We discuss layers in more detail in the LAYERS section\.
.sp
.SS "Focus Model"
-The window that has the focus is the one that receives key and mouse events. The focus model is selectable via the Configuration menu located in the root menu. We'll discuss the different types of focus below in the FOCUS MODEL section.
+The window that has the focus is the one that receives key and mouse events\. The focus model is selectable via the Configuration menu located in the root menu\. We\'ll discuss the different types of focus below in the FOCUS MODEL section\.
.sp
.SS "Windows"
-A left click (mouse button 1) on any part of the window's border will raise it. Dragging then moves the window to another part of the desktop. A right click and drag on the border resizes the window. Dragging the resize grips at the left and right bottom corners also will resize the window. Middle clicking on a border or titlebar will immediately lower the window. Right clicking on the titlebar opens the Window menu. The commands unique to this menu are discussed in detail in the Window Menu section of MENUS.
+A left click (mouse button 1) on any part of the window\'s border will raise it\. Dragging then moves the window to another part of the desktop\. A right click and drag on the border resizes the window\. Dragging the resize grips at the left and right bottom corners also will resize the window\. Middle clicking on a border or titlebar will immediately lower the window\. Right clicking on the titlebar opens the Window menu\. The commands unique to this menu are discussed in detail in the Window Menu section of MENUS\.
.sp
.SS "Tabs"
-fluxbox allows windows to be `grouped' by middle clicking and holding on a window's tab and dragging it onto another window. This `tabbing' allows you to put multiple applications in one location on the desktop and do several operations (for example, moving or resizing) to all windows in the group. By default, tabs are located just above the window, but they may be embedded in the titlebar or moved to other locations on the outside of the window. Configuration is discussed in TAB OPTIONS section.
+fluxbox allows windows to be `grouped\' by middle clicking and holding on a window\'s tab and dragging it onto another window\. This `tabbing\' allows you to put multiple applications in one location on the desktop and do several operations (for example, moving or resizing) to all windows in the group\. By default, tabs are located just above the window, but they may be embedded in the titlebar or moved to other locations on the outside of the window\. Configuration is discussed in TAB OPTIONS section\.
.sp
.SH "MENUS"
-fluxbox installs a default menu file in @pkgdatadir@/menu. You can also use fluxbox \-i to confirm this action. Of course this system\-wide menu can be customized for all users at once, but it is also possible to create an individual menu file for each user. By convention, users create a menu file in ~/.fluxbox/menu . Once you've created your own menu file, you'll want to make sure that you properly declare this location in your `init' file so that fluxbox knows where to look. The value you'll want to add or change is:
+fluxbox installs a default menu file in @pkgdatadir@/menu\. You can also use fluxbox \-i to confirm this action\. Of course this system\-wide menu can be customized for all users at once, but it is also possible to create an individual menu file for each user\. By convention, users create a menu file in ~/\.fluxbox/menu \. Once you\'ve created your own menu file, you\'ll want to make sure that you properly declare this location in your `init\' file so that fluxbox knows where to look\. The value you\'ll want to add or change is:
.sp
.sp
.RS 4
.nf
-session.menuFile:
+session\.menuFile:
.fi
.RE
-For this change to take effect, fluxbox must be restarted. Be sure that your menu is usable, then choose `Restart' from the default fluxbox root menu. This restart is only necessary if you make changes to the `init' file; otherwise, fluxbox will automatically detect your changes.
+For this change to take effect, fluxbox must be restarted\. Be sure that your menu is usable, then choose `Restart\' from the default fluxbox root menu\. This restart is only necessary if you make changes to the `init\' file; otherwise, fluxbox will automatically detect your changes\.
.sp
.SS "Root Menu"
-The root menu is where you can change different aspects of fluxbox by simply clicking on a menu item. Most of the changes in this menu can also be done in the `init' file. However it makes it very easy to change certain options without having to open up an editor and find the resource. In the root menu, you usually have a `fluxbox menu' or `Settings' submenu, where you will find lots of different options. We'll take a look at most, if not all, of those here.
+The root menu is where you can change different aspects of fluxbox by simply clicking on a menu item\. Most of the changes in this menu can also be done in the `init\' file\. However it makes it very easy to change certain options without having to open up an editor and find the resource\. In the root menu, you usually have a `fluxbox menu\' or `Settings\' submenu, where you will find lots of different options\. We\'ll take a look at most, if not all, of those here\.
.sp
-.TP 4
-\(bu
-
-\fBConfigure\fR: The next level under this menu is where you can set certain resources and really begin to customize the look and feel of your desktop.
-.TP 4
-\(bu
-
-\fBSystem Styles\fR: This is where the standard styles are listed. You can select one of these by clicking on it. You may have to `reload' the config or `restart' to get every graphical element to change to the new style. System styles are located in @pkgdatadir@/styles/ upon a default install. Remember that you can confirm this with fluxbox \-i.
-.TP 4
-\(bu
-
-\fBUser Styles\fR: ~/.fluxbox/styles This is the location where you will store new styles that you grab from the Internet. If you create your own styles this is also where you will put yours (provided that you follow the
-\fIstandards\fR
-described in fluxstyle(1)).
-.TP 4
-\(bu
-
-\fBWorkspace List\fR: This is a list of the workspaces configured in your `init' file. If there are programs running on any of the workspaces, they will be listed one level down.
-.TP 4
-\(bu
-
-\fBTools\fR: Listed here are different tools that you can use. You can rename your workspace, run programs from a command line or regenerate your menu.
-.TP 4
-\(bu
-
-\fBWindow\fR: Allows you to switch your window manager. (Only listed if you have other window managers/desktop environments installed.)
-.TP 4
-\(bu
-
-\fBLock Screen\fR: Locks the screen\&...
-.TP 4
-\(bu
-
-\fBfluxbox Command\fR: A little Commandline will popup where you can enter a fluxbox command.
-.TP 4
-\(bu
-
-\fBReload Config\fR: Use this to reload any menu files or style files. Just a basic re\-read of the files by a running fluxbox.
-.TP 4
-\(bu
-
-\fBRestart\fR: Restart the whole darn thing. This starts a completely new fluxbox process, rereads files and redraws all graphical elements. Running applications will remain open, however.
-.TP 4
-\(bu
-*Exit: Exits fluxbox and probably shuts down the X Window server.
-.SS "Configuration Menu"
-This menu offers the opportunity to set up fluxbox. It contains many options from the init file, but this is an easier and faster way for most users.
.sp
-.TP 4
-\(bu
-
-\fBFocus Model\fR: Please read the FOCUS MODEL section at the end of this manual.
-.TP 4
-\(bu
-
-\fBTab Options\fR: Lets you configure the properties of tabs. Detailed in TAB OPTIONS section.
-.TP 4
-\(bu
-
-\fBSlit\fR: This Menu can be opened by right clicking the slit (if visible). Find more information about this menu's options in the SLIT section.
-.TP 4
-\(bu
-
-\fBToolbar\fR: Please take a look at the "Configuration via the Toolbar Menu" part of the TOOLBAR section.
-.TP 4
-\(bu
-
-\fBImage Dithering\fR: Enable or disable dithering of images.
-.TP 4
-\(bu
-
-\fBOpaque Window Moving\fR: If enabled, you will see the window content while dragging it. Otherwise the window will be shown as a "border".
-.TP 4
-\(bu
-
-\fBFull Maximization\fR: Enabling this will override the separate settings for the slit/toolbar. Windows will always maximize over/under both of them.
-.TP 4
-\(bu
-
-\fBFocus New Window\fR: If enabled, a newly opened window will gain focus.
-.TP 4
-\(bu
-
-\fBFocus Last Window on Workspace\fR: This focuses the previous window when switching back to a workspace if the option is enabled.
-.TP 4
-\(bu
-
-\fBWindows Warping\fR: If enabled, you can drag windows from one workspace to another.
-.TP 4
-\(bu
-
-\fBDecorate Transient Windows\fR: With this option enabled all temporary windows will have a border and grips.
-.TP 4
-\(bu
-
-\fBClick Raises\fR: If enabled a click anywhere on a window area (including the decorations) will raise it. Otherwise you can only raise it by clicking the titlebar.
-.TP 4
-\(bu
-
-\fBTransparency\fR: This sets the transparency for a focused, unfocused window and the menu.
-.SS "Window Menu"
-The Window menu is displayed when you right click on the titlebar of a window. The options available are:
-.sp
-.TP 4
-\(bu
-
-\fBSend To\&...\fR: Send window to another workspace. When you select the workspace with a middle click, fluxbox will send you along with the application to the selected workspace.
-.TP 4
-\(bu
-
-\fBShade\fR: Shade the window (display the titlebar only).
-.TP 4
-\(bu
-
-\fBIconify\fR: Iconify window. The `icon' can be found in the Icons submenu of the workspace menu as well as in the toolbar (if a Toolbar mode showing Icons is selected).
-.TP 4
-\(bu
-
-\fBMaximize\fR: (Un)Maximize window. Depending on your toolbar and slit configuration, maximize may cover them. You can use the different mouse buttons for different aspects of maximize function.
.RS 4
-.TP 4
-\(bu
-Button 1 (Un)Maximize as normal.
-.TP 4
-\(bu
-Button 2 (Un)Maximize window vertically.
-.TP 4
-\(bu
-Button 3 (Un)Maximize window horizontally.
+\h'-04'\(bu\h'+03'
+\fBConfigure\fR: The next level under this menu is where you can set certain resources and really begin to customize the look and feel of your desktop\.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBSystem Styles\fR: This is where the standard styles are listed\. You can select one of these by clicking on it\. You may have to `reload\' the config or `restart\' to get every graphical element to change to the new style\. System styles are located in @pkgdatadir@/styles/ upon a default install\. Remember that you can confirm this with fluxbox \-i\.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBUser Styles\fR: ~/\.fluxbox/styles This is the location where you will store new styles that you grab from the Internet\. If you create your own styles this is also where you will put yours (provided that you follow the
+\fIstandards\fR
+described in fluxstyle(1))\.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBWorkspace List\fR: This is a list of the workspaces configured in your `init\' file\. If there are programs running on any of the workspaces, they will be listed one level down\.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBTools\fR: Listed here are different tools that you can use\. You can rename your workspace, run programs from a command line or regenerate your menu\.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBWindow\fR: Allows you to switch your window manager\. (Only listed if you have other window managers/desktop environments installed\.)
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBLock Screen\fR: Locks the screen\&...
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBfluxbox Command\fR: A little Commandline will popup where you can enter a fluxbox command\.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBReload Config\fR: Use this to reload any menu files or style files\. Just a basic re\-read of the files by a running fluxbox\.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBRestart\fR: Restart the whole darn thing\. This starts a completely new fluxbox process, rereads files and redraws all graphical elements\. Running applications will remain open, however\.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'*Exit: Exits fluxbox and probably shuts down the X Window server\.
+.RE
+.SS "Configuration Menu"
+This menu offers the opportunity to set up fluxbox\. It contains many options from the init file, but this is an easier and faster way for most users\.
+.sp
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBFocus Model\fR: Please read the FOCUS MODEL section at the end of this manual\.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBTab Options\fR: Lets you configure the properties of tabs\. Detailed in TAB OPTIONS section\.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBSlit\fR: This Menu can be opened by right clicking the slit (if visible)\. Find more information about this menu\'s options in the SLIT section\.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBToolbar\fR: Please take a look at the "Configuration via the Toolbar Menu" part of the TOOLBAR section\.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBImage Dithering\fR: Enable or disable dithering of images\.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBOpaque Window Moving\fR: If enabled, you will see the window content while dragging it\. Otherwise the window will be shown as a "border"\.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBFull Maximization\fR: Enabling this will override the separate settings for the slit/toolbar\. Windows will always maximize over/under both of them\.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBFocus New Window\fR: If enabled, a newly opened window will gain focus\.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBFocus Last Window on Workspace\fR: This focuses the previous window when switching back to a workspace if the option is enabled\.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBWindows Warping\fR: If enabled, you can drag windows from one workspace to another\.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBDecorate Transient Windows\fR: With this option enabled all temporary windows will have a border and grips\.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBClick Raises\fR: If enabled a click anywhere on a window area (including the decorations) will raise it\. Otherwise you can only raise it by clicking the titlebar\.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBTransparency\fR: This sets the transparency for a focused, unfocused window and the menu\.
+.RE
+.SS "Window Menu"
+The Window menu is displayed when you right click on the titlebar of a window\. The options available are:
+.sp
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBSend To\&...\fR: Send window to another workspace\. When you select the workspace with a middle click, fluxbox will send you along with the application to the selected workspace\.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBShade\fR: Shade the window (display the titlebar only)\.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBIconify\fR: Iconify window\. The `icon\' can be found in the Icons submenu of the workspace menu as well as in the toolbar (if a Toolbar mode showing Icons is selected)\.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBMaximize\fR: (Un)Maximize window\. Depending on your toolbar and slit configuration, maximize may cover them\. You can use the different mouse buttons for different aspects of maximize function\.
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'Button 1 (Un)Maximize as normal\.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'Button 2 (Un)Maximize window vertically\.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'Button 3 (Un)Maximize window horizontally\.
+.RE
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBRaise\fR: Raise the window\.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBLower\fR: Lower the window\.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBStick\fR: (Un)Stick window\. A `stuck\' window will always be displayed on all workspaces\.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBLayer\&...\fR: Change the layer of this window\.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBRemember\&...\fR: Specify which window settings should be stored in the apps file, covered later on in the APPLICATIONS section\.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBClose\fR: Close the application softly\.
.RE
-.TP 4
-\(bu
-
-\fBRaise\fR: Raise the window.
-.TP 4
-\(bu
-
-\fBLower\fR: Lower the window.
-.TP 4
-\(bu
-
-\fBStick\fR: (Un)Stick window. A `stuck' window will always be displayed on all workspaces.
-.TP 4
-\(bu
-
-\fBLayer\&...\fR: Change the layer of this window.
-.TP 4
-\(bu
-
-\fBRemember\&...\fR: Specify which window settings should be stored in the apps file, covered later on in the APPLICATIONS section.
-.TP 4
-\(bu
-
-\fBClose\fR: Close the application softly.
.SS "Workspace Menu"
-The workspace menu can be found by middle clicking on the background. A menu will popup giving you the option to add or remove a workspace. You will also see your workspaces listed there; middle clicking on a workspace name will take you to that workspace, whereas clicking on a window name in one of the per\-workspace submenus will take you to the workspace that window is on, and select the window. Last but not least you will notice the Icons menu. This is for applications which have been `iconified'.
+The workspace menu can be found by middle clicking on the background\. A menu will popup giving you the option to add or remove a workspace\. You will also see your workspaces listed there; middle clicking on a workspace name will take you to that workspace, whereas clicking on a window name in one of the per\-workspace submenus will take you to the workspace that window is on, and select the window\. Last but not least you will notice the Icons menu\. This is for applications which have been `iconified\'\.
.sp
.SS "Menu Behavior"
-The behavior of the submenus in a menu can be configured in the `init' file, with the following entries (default for both is 0):
+The behavior of the submenus in a menu can be configured in the `init\' file, with the following entries (default for both is 0):
.sp
.sp
.RS 4
.nf
-session.screen0.menuDelay:
-session.screen0.menuDelayClose:
+session\.screen0\.menuDelay:
+session\.screen0\.menuDelayClose:
.fi
.RE
.SS "Menu Syntax"
-There are up to four fields in a menu line. They are of the form:
+There are up to four fields in a menu line\. They are of the form:
.sp
.sp
.RS 4
@@ -338,96 +387,95 @@ There are up to four fields in a menu line. They are of the form:
.fi
.RE
The supported tags are:
-.sp
.PP
[begin] (label)
.RS 4
-This tells fluxbox to start parsing the menu file. This tag is required for fluxbox to read your menu file. If it cannot find it, the system default menu is used in its place.
+This tells fluxbox to start parsing the menu file\. This tag is required for fluxbox to read your menu file\. If it cannot find it, the system default menu is used in its place\.
.RE
.PP
[end]
.RS 4
-This tells fluxbox that it is at the end of a menu. This can either be a submenu or the main root menu. There must be at least one of these tags in your menu to correspond to the required [begin] tag.
+This tells fluxbox that it is at the end of a menu\. This can either be a submenu or the main root menu\. There must be at least one of these tags in your menu to correspond to the required [begin] tag\.
.RE
.PP
[exec] (label) {command}
.RS 4
-Inserts a command item into the menu. When you select the menu item from the menu, fluxbox runs
-\fIcommand\fR.
+Inserts a command item into the menu\. When you select the menu item from the menu, fluxbox runs
+\fIcommand\fR\.
.RE
.PP
[exit] (label)
.RS 4
-Inserts an item that shuts down and exits fluxbox. Any open windows are reparented to the root window before fluxbox exits.
+Inserts an item that shuts down and exits fluxbox\. Any open windows are reparented to the root window before fluxbox exits\.
.RE
.PP
[include] (file\-or\-directory\-name)
.RS 4
-Parses the file specified by filename inline with the current menu. The filename can be the full path to a file or it can begin with ~/, which will be expanded into your home directory. If the path is a directory, then all files in the directory are included.
+Parses the file specified by filename inline with the current menu\. The filename can be the full path to a file or it can begin with ~/, which will be expanded into your home directory\. If the path is a directory, then all files in the directory are included\.
.RE
.PP
[nop] (label)
.RS 4
-Insert a non\-operational item into the current menu. This can be used to help format the menu into blocks or sections if so desired. This tag does support a label, but one is not required in which case a blank item will be used instead.
+Insert a non\-operational item into the current menu\. This can be used to help format the menu into blocks or sections if so desired\. This tag does support a label, but one is not required in which case a blank item will be used instead\.
.RE
.PP
[separator]
.RS 4
-This will create a nice separation line. Useful for splitting up sections in a
+This will create a nice separation line\. Useful for splitting up sections in a
\fIpretty\fR
-way.
+way\.
.RE
.PP
[style] (label) {filename}
.RS 4
-This tells fluxbox to insert an item that, when selected, reads style file named filename and apply the new textures, colors and fonts to the current running session.
+This tells fluxbox to insert an item that, when selected, reads style file named filename and apply the new textures, colors and fonts to the current running session\.
.RE
.PP
[stylesmenu] (directory)
.RS 4
-Reads all filenames from the specified directory, assuming that they are all valid style files, and creates menu items in the current menu for every filename, that, when selected by the user will apply the selected style file to the current session. The labels that are created in the menu are the filenames of the style files.
+Reads all filenames from the specified directory, assuming that they are all valid style files, and creates menu items in the current menu for every filename, that, when selected by the user will apply the selected style file to the current session\. The labels that are created in the menu are the filenames of the style files\.
.RE
.PP
[stylesdir] (label) {directory}
.RS 4
-Creates a submenu entry with label (that is also the title of the new submenu), and inserts in that submenu all filenames in the specified directory, assuming that they are all valid style files (directories are ignored) in the same way as the [stylesdir] command does. Both [stylesdir] and [stylesmenu] commands make it possible to install style files without editing your init file.
+Creates a submenu entry with label (that is also the title of the new submenu), and inserts in that submenu all filenames in the specified directory, assuming that they are all valid style files (directories are ignored) in the same way as the [stylesdir] command does\. Both [stylesdir] and [stylesmenu] commands make it possible to install style files without editing your init file\.
.RE
.PP
[submenu] (label) {menutitle}
.RS 4
-This tells fluxbox to create and parse a new menu. This menu is inserted as a submenu into the parent menu. These menus are parsed recursively, so there is no limit to the number of levels or nested submenus you can have. The title for the new menu is optional, if none is supplied, the new menu's title is the same as the item label. An [end] tag is required to end the submenu.
+This tells fluxbox to create and parse a new menu\. This menu is inserted as a submenu into the parent menu\. These menus are parsed recursively, so there is no limit to the number of levels or nested submenus you can have\. The title for the new menu is optional, if none is supplied, the new menu\'s title is the same as the item label\. An [end] tag is required to end the submenu\.
.RE
.PP
[reconfig] (label)
.RS 4
-When selected this item re\-reads the current style and menu files and applies any changes. This is useful for creating a new style or theme, as you don't have to constantly restart fluxbox every time you save your style. However, fluxbox automatically rereads the menu whenever it changes.
+When selected this item re\-reads the current style and menu files and applies any changes\. This is useful for creating a new style or theme, as you don\'t have to constantly restart fluxbox every time you save your style\. However, fluxbox automatically rereads the menu whenever it changes\.
.RE
.PP
[restart] (label) {command}
.RS 4
-This tells fluxbox to restart. If command is supplied, it shuts down and runs the command (which is commonly the name of another window manager). If the command is omitted, fluxbox restarts itself.
+This tells fluxbox to restart\. If command is supplied, it shuts down and runs the command (which is commonly the name of another window manager)\. If the command is omitted, fluxbox restarts itself\.
.RE
.PP
[config] (label)
.RS 4
-Inserts a fluxbox native submenu item, containing numerous configuration options concerning window placement, focus style, window moving style, etc.
+Inserts a fluxbox native submenu item, containing numerous configuration options concerning window placement, focus style, window moving style, etc\.
.RE
.PP
-[wallpaper] (label)
+[wallpapers] (label)
.RS 4
-This allows you to list your backgrounds. This tag is built in to use fbsetbg(1) and allows you to simply click on an image to set your wallpaper. See? fluxbox makes it easy\&...
+This allows you to list your backgrounds\. This tag is built in to use fbsetbg(1) and allows you to simply click on an image to set your wallpaper\. See? fluxbox makes it easy\&...
.RE
.PP
[wallpapermenu] (directory) {command}
.RS 4
-This inserts a menu item to set the wallpaper for each file in the given directory. The command is optional and defaults to fbsetbg.
+This inserts a menu item to set the wallpaper for each file in the given directory\. The command is optional and defaults to fbsetbg\.
.RE
.PP
[workspaces] (label)
.RS 4
-This tells fluxbox to insert a link to the workspaces menu directly into your menu. This is handy for those users who can't access the workspace menu directly (e.g. if you don't have a 3 button mouse, it is rather hard to middle click to show the workspace menu).
+This tells fluxbox to insert a link to the workspaces menu directly into your menu\. This is handy for those users who can\'t access the workspace menu directly (e\.g\. if you don\'t have a 3 button mouse, it is rather hard to middle click to show the workspace menu)\.
.RE
-Any line that starts with a \fI#\fR or \fI!\fR is considered a comment and ignored by fluxbox. Also, in the label/command/filename fields you can escape any character. Using \fI\\\\\fR inserts a literal back\-slash into the label/command/filename field.
+Any line that starts with a \fI#\fR or \fI!\fR is considered a comment and ignored by fluxbox\. Also, in the label/command/filename fields you can escape any character\. Using \fI\e\e\fR inserts a literal back\-slash into the label/command/filename field\.
.sp
Here is an example menu file:
.sp
@@ -436,7 +484,7 @@ Here is an example menu file:
.nf
# fluxbox menu file
[begin] (fluxbox)
- [exec] (rxvt) {rxvt \-ls}
+ [exec] (rxvt) {rxvt \-ls}
[exec] (netscape) {netscape \-install}
[exec] (The GIMP) {gimp}
[exec] (XV) {xv}
@@ -450,9 +498,9 @@ Here is an example menu file:
[exec] (compose) {mozilla \-compose}
[end]
[submenu] (Window Manager)
- [exec] (Edit Menus) {nedit ~/.fluxbox/menu}
+ [exec] (Edit Menus) {nedit ~/\.fluxbox/menu}
[submenu] (Style) {Which Style?}
- [stylesdir] (~/.fluxbox/styles)
+ [stylesdir] (~/\.fluxbox/styles)
[stylesmenu] (fluxbox Styles) {@pkgdatadir@/styles}
[end]
[config] (Config Options)
@@ -464,138 +512,153 @@ Here is an example menu file:
.fi
.RE
.SH "TOOLBAR"
-The toolbar is a small area to display information like a clock, workspace name, a system tray or a taskbar (iconbar) that can contain the running programs. The color, look, font etc. is defined in the style and can't be defined as a global setting (except with the style overlay).
+The toolbar is a small area to display information like a clock, workspace name, a system tray or a taskbar (iconbar) that can contain the running programs\. The color, look, font etc\. is defined in the style and can\'t be defined as a global setting (except with the style overlay)\.
.sp
The tools in the toolbar can be enabled/disabled in the init file with the arguments given to the line:
.sp
.sp
.RS 4
.nf
-session.screen0.toolbar.tools
+session\.screen0\.toolbar\.tools
.fi
.RE
-The order and number of tools is freely selectable, but they must be separated by a ",". E.g.:
+The order and number of tools is freely selectable, but they must be separated by a ","\. E\.g\.:
.sp
.sp
.RS 4
.nf
-session.screen0.toolbar.tools: workspacename, systemtray, iconbar, clock
+session\.screen0\.toolbar\.tools: workspacename, systemtray, iconbar, clock
.fi
.RE
The possible tools are:
.sp
-.TP 4
-\(bu
-
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
\fBClock\fR: This will show an area to display a clock and the date according to the format specification listed in "man strtftime"
-.TP 4
-\(bu
-
-\fBIconbar\fR: This is the area that contains all windows (all running applications, all minimized windows or maybe no window, all depending on the Toolbar Settings).
-.TP 4
-\(bu
-
-\fBSystemtray\fR: The Systemtray can hold applications that are made to use it.
-.TP 4
-\(bu
-
-\fBWorkspaceName\fR: This displays the name of the current workspace.
-.TP 4
-\(bu
-
-\fBPrevWorkspace\fR: This displays an arrow that allows to switch to the workspace left of the current one.
-.TP 4
-\(bu
-
-\fBNextWorkspace\fR: This displays an arrow that allows to switch to the workspace right of the current one.
-.TP 4
-\(bu
-
-\fBPrevWindow\fR: This displays an arrow that switches focus to the previous visible window on the current workspace.
-.TP 4
-\(bu
-
-\fBNextWindow\fR: This displays an arrow that switches focus to the next visible window on the current workspace.
-Other aspects of the toolbar can be configured in two ways: through the toolbar menu, which is accessable in the Configuration part of the RootMenu or with a right click on the edge the toolbar, or by editing the init file (see the RESOURCES section for more information about that).
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBIconbar\fR: This is the area that contains all windows (all running applications, all minimized windows or maybe no window, all depending on the Toolbar Settings)\.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBSystemtray\fR: The Systemtray can hold applications that are made to use it\.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBWorkspaceName\fR: This displays the name of the current workspace\.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBPrevWorkspace\fR: This displays an arrow that allows to switch to the workspace left of the current one\.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBNextWorkspace\fR: This displays an arrow that allows to switch to the workspace right of the current one\.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBPrevWindow\fR: This displays an arrow that switches focus to the previous visible window on the current workspace\.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBNextWindow\fR: This displays an arrow that switches focus to the next visible window on the current workspace\.
+.RE
+Other aspects of the toolbar can be configured in two ways: through the toolbar menu, which is accessable in the Configuration part of the RootMenu or with a right click on the edge the toolbar, or by editing the init file (see the RESOURCES section for more information about that)\.
.sp
.SS "Configuration via the Toolbar Menu"
-All changes take effect immediately, except for a change of the "Toolbar Alpha", which needs a restart to make the change visible. Here are the settings:
+All changes take effect immediately, except for a change of the "Toolbar Alpha", which needs a restart to make the change visible\. Here are the settings:
.sp
-.TP 4
-\(bu
-
-\fBVisible\fR: Sets the toolbar either to visible or invisible.
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBVisible\fR: Sets the toolbar either to visible or invisible\.
.sp
.RS 4
.nf
-session.screen0.toolbar.visible:
+session\.screen0\.toolbar\.visible:
.fi
.RE
-.TP 4
-\(bu
-
-\fBAuto hide\fR: If this is enabled the toolbar will disappear after a defined time when the mouse pointer leaves the toolbar. It will slide in when the cursor hits the remaining edge of the toolbar.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBAuto hide\fR: If this is enabled the toolbar will disappear after a defined time when the mouse pointer leaves the toolbar\. It will slide in when the cursor hits the remaining edge of the toolbar\.
.sp
.RS 4
.nf
-session.screen0.toolbar.autoHide:
-session.autoRaiseDelay:
+session\.screen0\.toolbar\.autoHide:
+session\.autoRaiseDelay:
.fi
.RE
-.TP 4
-\(bu
-
-\fBToolbar width percentage\fR: Sets the width of the toolbar in percent. Use the left mouse button to decrease and the right mouse\-button to increase the value. The value can be from 1\-100.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBToolbar width percentage\fR: Sets the width of the toolbar in percent\. Use the left mouse button to decrease and the right mouse\-button to increase the value\. The value can be from 1\-100\.
.sp
.RS 4
.nf
-session.screen0.toolbar.widthPercent:
+session\.screen0\.toolbar\.widthPercent:
.fi
.RE
-.TP 4
-\(bu
-
-\fBMaximize Over\fR: Enabling this option will prevent windows from maximizing over the toolbar. With this switched on they will only expand to the edge of the bar. To use this option, "Full Maximization" from the Configuration menu must be DISABLED. Otherwise this option will not work.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBMaximize Over\fR: Enabling this option will prevent windows from maximizing over the toolbar\. With this switched on they will only expand to the edge of the bar\. To use this option, "Full Maximization" from the Configuration menu must be DISABLED\. Otherwise this option will not work\.
.sp
.RS 4
.nf
-session.screen0.toolbar.maxOver:
-session.screen0.fullMaximization:
+session\.screen0\.toolbar\.maxOver:
+session\.screen0\.fullMaximization:
.fi
.RE
-.TP 4
-\(bu
-
-\fBLayer\&...\fR: This sets the layer on which the toolbar is set. With this you can set the toolbar to "Always on top".
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBLayer\&...\fR: This sets the layer on which the toolbar is set\. With this you can set the toolbar to "Always on top"\.
.sp
.RS 4
.nf
-session.screen0.toolbar.layer:
+session\.screen0\.toolbar\.layer:
.fi
.RE
-.TP 4
-\(bu
-
-\fBPlacement\fR: Sets the toolbar to any edge of the screen, either centered or aligned with a corner.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBPlacement\fR: Sets the toolbar to any edge of the screen, either centered or aligned with a corner\.
.sp
.RS 4
.nf
-session.screen0.toolbar.placement:
+session\.screen0\.toolbar\.placement:
.fi
.RE
-.TP 4
-\(bu
-
-\fBAlpha\fR: This sets the alpha value for the toolbar. Use the left mouse button to decrease and the right mouse button to increase the value. 0 is invisible, 255 is not transparent at all.
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBAlpha\fR: This sets the alpha value for the toolbar\. Use the left mouse button to decrease and the right mouse button to increase the value\. 0 is invisible, 255 is not transparent at all\.
.sp
.RS 4
.nf
-session.screen0.toolbar.alpha:
+session\.screen0\.toolbar\.alpha:
.fi
.RE
-.TP 4
-\(bu
-
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
\fBIconbar Mode\fR:
.sp
.RS 4
@@ -603,136 +666,146 @@ session.screen0.toolbar.alpha:
Specifies the mode of the iconbar:
.fi
.RE
-.TP 4
-\(bu
-
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
\fBNone\fR: will not show any windows
-.TP 4
-\(bu
-
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
\fBIcons\fR: shows windows from all workspaces that are minimized (iconified)
-.TP 4
-\(bu
-
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
\fBNoIcons\fR: shows windows from all workspaces that are not minimized (iconified)
-.TP 4
-\(bu
-
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
\fBWorkspaceIcons\fR: shows windows from the current workspace that are minimized (iconified)
-.TP 4
-\(bu
-
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
\fBWorkspaceNoIcons\fR: shows windows from the current workspace that are not minimized (iconified)
-.TP 4
-\(bu
-
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
\fBWorkspace\fR: shows all windows from the current workspace
-.TP 4
-\(bu
-
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
\fBAll Windows\fR: shows all windows from all workspaces
.sp
.RS 4
.nf
-session.screen0.iconbar.mode:
+session\.screen0\.iconbar\.mode:
.fi
.RE
-.TP 4
-\(bu
-
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
\fBAlignment\fR:
-.TP 4
-\(bu
-
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
\fBLeft\fR: all icons will be left\-aligned with the width set in the init file
-.TP 4
-\(bu
-
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
\fBRelative\fR: all icons will be sized evenly to fill the iconbar completely
-.TP 4
-\(bu
-
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
\fBRight\fR: all icons will be right\-aligned with the width set in the init file
.sp
.RS 4
.nf
-session.screen0.iconbar.alignment:
-session.screen0.iconbar.iconWidth:
+session\.screen0\.iconbar\.alignment:
+session\.screen0\.iconbar\.iconWidth:
.fi
.RE
-.TP 4
-\(bu
-
-\fBShow Pictures\fR: If enabled the iconbar will show the application's icon (if provided by the application)
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
+\fBShow Pictures\fR: If enabled the iconbar will show the application\'s icon (if provided by the application)
.sp
.RS 4
.nf
-session.screen0.iconbar.usePixmap:
+session\.screen0\.iconbar\.usePixmap:
.fi
.RE
-.TP 4
-\(bu
-
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
\fBClock\fR: Lets you switch between the 00:00am \- 11:59pm and 00:00 \- 23:59 notation
-.TP 4
-\(bu
-
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'
\fBEdit Clock Format\fR: clicking this entry will pop up a little window in which the clock format can be set according to
\fIman strftime\fR
(or
-\fIman date\fR).
+\fIman date\fR)\.
.sp
.RS 4
.nf
-session.screen0.strftimeFormat:
+session\.screen0\.strftimeFormat:
.fi
.RE
+.RE
.SH "RESOURCES"
-Usually the ~/.fluxbox/init resource file is created and maintained by fluxbox itself. You can use the [config] menu to set most of these options. However, we'll cover all of the resource options that are available to the user. If you edit this file while fluxbox is running, you must `reconfigure' to reload the resource options.
+Usually the ~/\.fluxbox/init resource file is created and maintained by fluxbox itself\. You can use the [config] menu to set most of these options\. However, we\'ll cover all of the resource options that are available to the user\. If you edit this file while fluxbox is running, you must `reconfigure\' to reload the resource options\.
.sp
-When running fluxbox in a multiple desktop environment the screen0 key can also be screen1, screen2, etc. You can customize the behavior of fluxbox on each desktop accordingly. Here are the resources that are currently available:
+When running fluxbox in a multiple desktop environment the screen0 key can also be screen1, screen2, etc\. You can customize the behavior of fluxbox on each desktop accordingly\. Here are the resources that are currently available:
.sp
.sp
.RS 4
.nf
-session.screen0.window.focus.alpha:
-session.screen0.window.unfocus.alpha:
+session\.screen0\.window\.focus\.alpha:
+session\.screen0\.window\.unfocus\.alpha:
These resources are available to the user to set different levels of
- transparency for different components of fluxbox. Each one accepts a value
- between 0\-255, 255 being opaque and 0 being completely transparent.
+ transparency for different components of fluxbox\. Each one accepts a value
+ between 0\-255, 255 being opaque and 0 being completely transparent\.
Default: 255
-session.screen0.slit.autoHide:
-session.screen0.toolbar.autoHide:
+session\.screen0\.slit\.autoHide:
+session\.screen0\.toolbar\.autoHide:
The autoHide resources allow the user to set the behavior of the toolbar
- and slit. This behavior can be that they disappear when they are not being
- used actively by the user, or they remain visible at all times. Default:
+ and slit\. This behavior can be that they disappear when they are not being
+ used actively by the user, or they remain visible at all times\. Default:
False
-session.screen0.desktopwheeling:
- This sets the ability to utilize the user's scroll wheel to change the
- current workspace. Default: True
-
-session.screen0.windowScrollAction: shade|nexttab
+session\.screen0\.windowScrollAction: shade|nexttab
This allows you to execute a command by scrolling on the titlebar of a
- window. For `shade', scrolling down will shade the window, and scrolling
- up will unshade it. For `nexttab', scrolling down will focus the next tab,
- and scrolling up will focus the previous one. Default:
+ window\. For `shade\', scrolling down will shade the window, and scrolling
+ up will unshade it\. For `nexttab\', scrolling down will focus the next tab,
+ and scrolling up will focus the previous one\. Default:
-session.screen0.reversewheeling:
-session.screen0.windowScrollReverse:
- These switch the roles of scrolling up and scrolling down for the previous
- two sets of resources. Default: False
+session\.screen0\.windowScrollReverse:
+ This switches the role of scrolling up and scrolling down for the previous
+ resource\. Default: False
-session.screen0.slit.layer:
-session.screen0.toolbar.layer:
+session\.screen0\.slit\.layer:
+session\.screen0\.toolbar\.layer:
With these two resources, you can set the layer you want the toolbar and
- the slit to appear on. Please read the LAYER section for more information.
+ the slit to appear on\. Please read the LAYER section for more information\.
Default: Dock
-session.screen0.slit.placement:
-session.screen0.toolbar.placement:
- These allow users to place the slit and toolbar where they like. Possible
+session\.screen0\.slit\.placement:
+session\.screen0\.toolbar\.placement:
+ These allow users to place the slit and toolbar where they like\. Possible
options are:
\- BottomCenter
\- BottomLeft
@@ -747,30 +820,30 @@ session.screen0.toolbar.placement:
\- TopLeft
\- TopRight
-session.screen0.slit.maxOver:
-session.screen0.toolbar.maxOver:
-session.screen0.tabs.maxOver:
+session\.screen0\.slit\.maxOver:
+session\.screen0\.toolbar\.maxOver:
+session\.screen0\.tabs\.maxOver:
Setting these to True will allow application windows to maximize over the
- complete screen. Setting to False allows the slit, toolbar, and external
+ complete screen\. Setting to False allows the slit, toolbar, and external
tabs to hold their territory and will always be visible when an
- application is maximized. Default: False
+ application is maximized\. Default: False
-session.screen0.toolbar.height:
- Set the height of the toolbar. If the value is set to 0, the style file
- will gain control over the toolbar height. It is possible to set a fixed
- height by changing this value to something greater than 0. Default: 0
+session\.screen0\.toolbar\.height:
+ Set the height of the toolbar\. If the value is set to 0, the style file
+ will gain control over the toolbar height\. It is possible to set a fixed
+ height by changing this value to something greater than 0\. Default: 0
-session.screen0.toolbar.visible:
- The user can set whether they want to have a toolbar on screen at all.
- Setting to False removes the toolbar from the screen. Default: True
+session\.screen0\.toolbar\.visible:
+ The user can set whether they want to have a toolbar on screen at all\.
+ Setting to False removes the toolbar from the screen\. Default: True
-session.screen0.toolbar.widthPercent:
- This resource sets the width percentage of the toolbar on the screen.
+session\.screen0\.toolbar\.widthPercent:
+ This resource sets the width percentage of the toolbar on the screen\.
Default: 65
-session.screen0.toolbar.tools:
- This resource specifies the tools plugged into the toolbar. Read the
- TOOLBAR section in this manual for a description of each of these.
+session\.screen0\.toolbar\.tools:
+ This resource specifies the tools plugged into the toolbar\. Read the
+ TOOLBAR section in this manual for a description of each of these\.
Possible tools::
\- clock
\- iconbar
@@ -781,38 +854,27 @@ session.screen0.toolbar.tools:
\- systemtray
\- workspacename
-session.screen0.slit.onhead:
-session.screen0.toolbar.onhead:
+session\.screen0\.slit\.onhead:
+session\.screen0\.toolbar\.onhead:
For those that use xinerama, users can set this value to the number of the
- head where they would like to see the slit and toolbar, starting from 1.
- Setting this to 0 will ignore xinerama information. Default: 0
+ head where they would like to see the slit and toolbar, starting from 1\.
+ Setting this to 0 will ignore xinerama information\. Default: 0
-session.screen0.iconbar.mode:
- This value is set in the Iconbar Mode menu. The available options are::
- \- All Windows
- \- Icons
- \- NoIcons
- \- None
- \- Workspace
- \- WorkspaceIcons
- \- WorkspaceNoIcons
+session\.screen0\.iconbar\.mode:
+ This determines which windows will be displayed in the iconbar\. Any window
+ pattern available to the Next/PrevWindow keybindings is acceptable\.
+ Default: {static groups} (workspace)
-session.screen0.iconbar.usePixmap:
- This is also set in the Iconbar Mode menu. When set to True, this will
- show the native icon of applications. Default: True
+session\.screen0\.iconbar\.usePixmap:
+ This is also set in the Iconbar Mode menu\. When set to True, this will
+ show the native icon of applications\. Default: True
-session.screen0.iconbar.iconTextPadding:
+session\.screen0\.iconbar\.iconTextPadding:
This specifies the space between the window title and the edge of the
- button. Default: 10
+ button\. Default: 10
-session.screen0.iconbar.wheelMode: Screen|On|Off
- This defines the behavior for scrolling on the iconbar. `Screen' uses the
- value set in session.screen0.desktopWheeling . `On' means scrolling on the
- iconbar will change the current workspace. `Off' means scrolling on the
- iconbar will do nothing. Default: Screen
-
-session.screen0.iconbar.alignment:
- This value should be changed in the Iconbar Mode menu. Default:
+session\.screen0\.iconbar\.alignment:
+ This value should be changed in the Iconbar Mode menu\. Default:
Relative
Available options:
@@ -820,122 +882,118 @@ session.screen0.iconbar.alignment:
\- Relative: Width varies to fill the iconbar
\- Right: Fixed width, aligned right
-session.screen0.iconbar.iconWidth:
- Used to specify the iconbar button width for Left/Right alignment.
+session\.screen0\.iconbar\.iconWidth:
+ Used to specify the iconbar button width for Left/Right alignment\.
Default: 70
-session.screen0.overlay.lineWidth: 1
-session.screen0.overlay.lineStyle: LineSolid
-session.screen0.overlay.joinStyle: JoinMiter
-session.screen0.overlay.capStyle: CapNotLast
- These are options for how fluxbox draws lines. See
- `man XSetLineAttributes' for more details. Defaults: listed above
+session\.screen0\.overlay\.lineWidth: 1
+session\.screen0\.overlay\.lineStyle: LineSolid
+session\.screen0\.overlay\.joinStyle: JoinMiter
+session\.screen0\.overlay\.capStyle: CapNotLast
+ These are options for how fluxbox draws lines\. See
+ `man XSetLineAttributes\' for more details\. Defaults: listed above
-session.screen0.slit.direction: Vertical|Horizontal
+session\.screen0\.slit\.direction: Vertical|Horizontal
This specifies whether clients in the slit are arranged horizontally or
- vertically. Default: Vertical
+ vertically\. Default: Vertical
-session.screen0.strftimeFormat:
- This adjusts the way the current time is displayed in the toolbar. The
- strftime(3) format is used. Default: %I:%M %p
+session\.screen0\.strftimeFormat:
+ This adjusts the way the current time is displayed in the toolbar\. The
+ strftime(3) format is used\. Default: %I:%M %p
-session.screen0.tabs.intitlebar:
+session\.screen0\.tabs\.intitlebar:
This specifies whether tabs should be embedded in the titlebar or placed
- outside the window. Default: False
+ outside the window\. Default: True
-session.screen0.tab.placement:
- This specifies where external tabs will appear on the window. Default:
+session\.screen0\.tab\.placement:
+ This specifies where external tabs will appear on the window\. Default:
TopLeft
-session.screen0.tab.width:
- This specifies the width of external tabs in pixels. Default: 64
+session\.screen0\.tab\.width:
+ This specifies the width of external tabs in pixels\. Default: 64
-session.screen0.followModel:
-session.screen0.userFollowModel:
+session\.screen0\.userFollowModel:
This specifies the behavior when a window on another workspace becomes the
- active window. The former is used when an application asks to focus the
- window, and the latter is used when the window is activated due to user
- actions, such as clicking in the iconbar, menu, or a pager. `Ignore' does
- nothing. `Follow' moves to the window's workspace. `Current' moves the
- window to the current workspace. `SemiFollow' acts like `Current' for
- iconified windows and like `Follow' otherwise. Defaults: Ignore and
- Follow, respectively.
+ active window\. `Ignore\' does nothing\. `Follow\' moves to the window\'s
+ workspace\. `Current\' moves the window to the current workspace\.
+ `SemiFollow\' acts like `Current\' for minimized windows and like `Follow\'
+ otherwise\. Default: Follow
-session.screen0.resizeMode: Bottom|Quadrant|Center
- Setting this resource to `Quadrant' makes resizing by using the modkey
- grab the corner closest to the mouse pointer instead of the bottom right
- corner. `Center' resizes all corners at the same time. Default: Bottom
+session\.screen0\.followModel:
+ This specifies the behavior when a window on another workspace requests to
+ be focused\. `Ignore\' does nothing, and `Follow\' uses the setting in
+ session\.screen0\.userFollowModel\. Default: Ignore
-session.screen0.focusModel: ClickToFocus|MouseFocus
- This controls how windows gain focus via the mouse. With `ClickToFocus',
- the user must click on the window. With `MouseFocus', windows gain focus
- whenever the mouse moves over them. Default: ClickToFocus
+session\.screen0\.focusModel: ClickToFocus|MouseFocus
+ This controls how windows gain focus via the mouse\. With `ClickToFocus\',
+ the user must click on the window\. With `MouseFocus\', windows gain focus
+ whenever the mouse moves over them\. Default: ClickToFocus
-session.screen0.autoRaise:
- When True, this setting automatically raises any window that gains focus.
+session\.screen0\.autoRaise:
+ When True, this setting automatically raises any window that gains focus\.
Default: True
-session.autoRaiseDelay:
+session\.autoRaiseDelay:
Adjusts the delay (in milli\-sec) before focused windows will raise
- when using the Autoraise option. Default: 250
+ when using the Autoraise option\. Default: 250
-session.screen0.clickRaises:
+session\.screen0\.clickRaises:
This setting allows a user to click anywhere on a window to bring it on
- top of other windows. Otherwise, only the titlebar will work. Default:
+ top of other windows\. Otherwise, only the titlebar will work\. Default:
True
-session.screen0.workspacewarping:
+session\.screen0\.workspacewarping:
This setting enables a user to change workspaces by dragging a window
- across the edge of the screen. Default: True
+ across the edge of the screen\. Default: True
-session.screen0.showwindowposition:
+session\.screen0\.showwindowposition:
Setting this resource to True shows the user, in a little window,
the exact position of the application window while the user is
- dragging it. Allows a precise placement of windows on a screen.
+ dragging it\. Allows a precise placement of windows on a screen\.
Default: True
-session.screen0.decorateTransient:
+session\.screen0\.decorateTransient:
This controls whether or not transient windows get certain window
- decorations, currently the maximize button and handle.
+ decorations, currently the maximize button and handle\.
Default: True
-session.screen0.defaultDeco:
+session\.screen0\.defaultDeco:
This specifies the default window decorations, according to the same
- bitmask as used by the `[Deco]' option in the `apps' file, described in
- the APPLICATIONS section. Default: all bits set.
+ options available to the `[Deco]\' option in the `apps\' file, described in
+ the APPLICATIONS section\. Default: NORMAL\.
-session.screen0.menuMode: Delay|Click
- This setting controls the circumstances under which submenus open. With
- `Click', the user must click on the menu item in order for the submenu to
- open. With `Delay', submenus open when the mouse hovers over the menu
- item. Default: Delay
+session\.screen0\.menuMode: Delay|Click
+ This setting controls the circumstances under which submenus open\. With
+ `Click\', the user must click on the menu item in order for the submenu to
+ open\. With `Delay\', submenus open when the mouse hovers over the menu
+ item\. Default: Delay
-session.screen0.menuDelay:
+session\.screen0\.menuDelay:
This sets the delay in milliseconds for submenus to open with the previous
- option set to `Delay'. Default: 0
+ option set to `Delay\'\. Default: 0
-session.screen0.menuDelayClose: 0
+session\.screen0\.menuDelayClose: 0
This value sets the delay in milliseconds that you would like the menu to
- remain visible after you've clicked out of it. Default: 0
+ remain visible after you\'ve clicked out of it\. Default: 0
-session.screen0.focusNewWindows:
- This sets whether or not new windows will become focused automatically.
+session\.screen0\.focusNewWindows:
+ This sets whether or not new windows will become focused automatically\.
Default: True
-session.screen0.workspaceNames:
- Here is where the user can name their workspaces. However it is
+session\.screen0\.workspaceNames:
+ Here is where the user can name their workspaces\. However it is
recommended to use the tool available in the Configuration Menu to set
- these. Default: one, two, three, four
+ these\. Default: one, two, three, four
-session.screen0.edgeSnapThreshold:
- When moving a window across your screen, fluxbox is able to have it `snap'
- to the edges of the screen and other windows for easy placement. This
+session\.screen0\.edgeSnapThreshold:
+ When moving a window across your screen, fluxbox is able to have it `snap\'
+ to the edges of the screen and other windows for easy placement\. This
variable tells fluxbox the distance (in pixels) at which the window will
- jump to the edge. Default: 0
+ jump to the edge\. Default: 0
-session.screen0.windowPlacement:
+session\.screen0\.windowPlacement:
This resource specifies where to place new windows when not otherwise
- specified (by the program or the `apps' file, for example). Here are the
+ specified (by the program or the `apps\' file, for example)\. Here are the
options:
\- RowSmartPlacement: tries to place windows in rows without overlapping
\- ColSmartPlacement: tries to place windows in columns without overlapping
@@ -943,102 +1001,97 @@ session.screen0.windowPlacement:
\- UnderMousePlacement: places new windows underneath the mouse
Default: RowSmartPlacement
-session.screen0.rowPlacementDirection: LeftToRight|RightToLeft
-session.screen0.colPlacementDirection: TopToBottom|BottomToTop
+session\.screen0\.rowPlacementDirection: LeftToRight|RightToLeft
+session\.screen0\.colPlacementDirection: TopToBottom|BottomToTop
These settings control the direction in which windows are tiled using the
- RowSmartPlacement and ColSmartPlacement strategies described above.
+ RowSmartPlacement and ColSmartPlacement strategies described above\.
Default: LeftToRight/TopToBottom
-session.screen0.fullMaximization:
+session\.screen0\.fullMaximization:
If this setting is enabled, windows will maximize over the toolbar, slit,
and any other window that creates a strut, no matter what their individual
- settings are. Default: False
+ settings are\. Default: False
-session.screen0.rootCommand:
+session\.screen0\.rootCommand:
This runs a command when fluxbox starts, intended for setting a default
- background. If you want to override backgrounds set by styles, you should
- add `background: none' to your style overlay (see section STYLE OVERLAY).
- NOTE: Setting this command can be dangerous. Please make sure you know
+ background\. If you want to override backgrounds set by styles, you should
+ add `background: none\' to your style overlay (see section STYLE OVERLAY)\.
+ NOTE: Setting this command can be dangerous\. Please make sure you know
what you are doing when setting this resource to a value other than a
- desktop wallpaper command.
+ desktop wallpaper command\.
-session.screen0.imageDither:
- This controls whether or not fluxbox created dithered images. Default:
+session\.screen0\.imageDither:
+ This controls whether or not fluxbox created dithered images\. Default:
False
-session.screen0.opaqueMove:
+session\.screen0\.opaqueMove:
When moving a window, setting this to True will draw the window
- contents as it moves (this is nasty on slow systems). If False, it
- will only draw an outline of the window border. Default: False
+ contents as it moves (this is nasty on slow systems)\. If False, it
+ will only draw an outline of the window border\. Default: False
-session.screen0.workspaces:
- Set this to the number of workspaces the users wants. Default: 4
+session\.screen0\.workspaces:
+ Set this to the number of workspaces the users wants\. Default: 4
-session.screen0.windowMenu: |
- This specifies the location of a user\-defined window menu. Default: blank
+session\.screen0\.windowMenu: |
+ This specifies the location of a user\-defined window menu\. Default: blank
-session.appsFile:
-session.groupFile:
-session.keyFile:
-session.menuFile:
-session.slitlistFile:
-session.styleFile:
-session.styleOverlay:
- All of these resources require a pathname to their specific files. This is
- where you can specify different files. Most of the defaults will be
- located in the user's ~/.fluxbox directory.
+session\.appsFile:
+session\.groupFile:
+session\.keyFile:
+session\.menuFile:
+session\.slitlistFile:
+session\.styleFile:
+session\.styleOverlay:
+ All of these resources require a pathname to their specific files\. This is
+ where you can specify different files\. Most of the defaults will be
+ located in the user\'s ~/\.fluxbox directory\.
-session.cacheLife:
+session\.cacheLife:
This tells fluxbox how long (in minutes) unused pixmaps may stay in the X
- server's memory. Default: 5
+ server\'s memory\. Default: 5
-session.cacheMax:
+session\.cacheMax:
This tells fluxbox how much memory (in Kb) it may use to store cached
- pixmaps on the X server. If your machine runs short of memory, you may
- lower this value. Default: 200
+ pixmaps on the X server\. If your machine runs short of memory, you may
+ lower this value\. Default: 200
-session.colorsPerChannel:
+session\.colorsPerChannel:
This tells fluxbox how many colors to take from the X server on
- pseudo\-color displays. A channel would be red, green, or blue. fluxbox
- will allocate this variable ^ 3 and make them always available. Value must
- be between 2\-6. When you run fluxbox on an 8bpp display, you must set this
- resource to 4. Default: 4
+ pseudo\-color displays\. A channel would be red, green, or blue\. fluxbox
+ will allocate this variable ^ 3 and make them always available\. Value must
+ be between 2\-6\. When you run fluxbox on an 8bpp display, you must set this
+ resource to 4\. Default: 4
-session.doubleClickInterval:
+session\.doubleClickInterval:
Adjust the delay in milliseconds between mouse clicks for fluxbox to
- consider a double click. Default: 250
+ consider a double click\. Default: 250
-session.forcePseudoTransparency:
- If you have Xorg's composite extension enabled, this setting will force
+session\.forcePseudoTransparency:
+ If you have Xorg\'s composite extension enabled, this setting will force
the menu, windows, toolbar, and slit to use pseudo\-transparency instead of
- true transparency. Default: False
+ true transparency\. Default: False
-session.ignoreBorder:
- This configures the ability to move windows by dragging the border.
+session\.ignoreBorder:
+ This configures the ability to move windows by dragging the border\.
Default: False
-session.tabPadding:
- This specifies the spacing between tabs. Default: 0
+session\.tabPadding:
+ This specifies the spacing between tabs\. Default: 0
-session.tabsAttachArea: Window|Titlebar
- With this set to `Window', windows may be grouped by dragging one tab with
- the middle mouse button and dropping it anywhere on another window. With
- `Titlebar', the user must drop the tab on the target window's titlebar.
+session\.tabsAttachArea: Window|Titlebar
+ With this set to `Window\', windows may be grouped by dragging one tab with
+ the middle mouse button and dropping it anywhere on another window\. With
+ `Titlebar\', the user must drop the tab on the target window\'s titlebar\.
Default: Window
-session.titlebar.left: Stick
-session.titlebar.right: Minimize Maximize Close
- The icons to place in the titlebar of decorated windows. The available
- options are Close, Maximize, MenuIcon, Minimize, Shade, and Stick.
-
-session.modKey:
- This specifies a modifier to use to drag and resize windows without
- clicking on the border or titlebar. For example, Alt + Left click will
- move windows, and Alt + Right click will resize. Default: Mod1
+session\.titlebar\.left: Stick
+session\.titlebar\.right: Minimize Maximize Close
+ The icons to place in the titlebar of decorated windows\. The available
+ options are Close, Maximize, MenuIcon, Minimize, Shade, and Stick\.
.fi
.RE
.SH "KEYS"
-You can customize fluxbox's key handling through the ~/.fluxbox/keys file. The file takes the format of:
+You can customize fluxbox\'s key handling through the ~/\.fluxbox/keys file\. The file takes the format of:
.sp
.sp
.RS 4
@@ -1046,23 +1099,23 @@ You can customize fluxbox's key handling through the ~/.fluxbox/keys file. The f
[keymode:] :
.fi
.RE
-In the example below, Mod1 is the \fIALT\fR key on the PC keyboard and Mod4 is one of the three extra keys on a pc104 branded with a familiar company logo. Lines beginning with a \fI#\fR or \fI!\fR are considered comments and unread by fluxbox.
+In the example below, Mod1 is the \fIALT\fR key on the PC keyboard and Mod4 is one of the three extra keys on a pc104 branded with a familiar company logo\. Lines beginning with a \fI#\fR or \fI!\fR are considered comments and unread by fluxbox\.
.sp
-You can get a list of possible modifiers by calling \fIxmodmap \-pm\fR. This also shows you to which keys the modifiers are mapped. Additionally there is the \fIOnDesktop\fR modifier. To find valid keynames check the following files:
+You can get a list of possible modifiers by calling \fIxmodmap \-pm\fR\. This also shows you to which keys the modifiers are mapped\. Additionally there is the \fIOnDesktop\fR modifier\. To find valid keynames check the following files:
.sp
.sp
.RS 4
.nf
-/usr/X11R6/include/X11/keysymdef.h
+/usr/X11R6/include/X11/keysymdef\.h
/usr/X11R6/lib/X11/XKeysymDB
.fi
.RE
-Furthermore you can use Mouse1, Mouse2, etc to define actions for your mouse buttons.
+Furthermore you can use Mouse1, Mouse2, etc to define actions for your mouse buttons\.
.sp
.sp
.RS 4
.nf
-# fluxbox keys file.
+# fluxbox keys file\.
Mod1 Tab :NextWindow
Mod1 Shift Tab :PrevWindow
Mod1 F1 :Workspace 1
@@ -1083,275 +1136,350 @@ Mod4 m :RootMenu
Control n Mod1 n :NextTab
.fi
.RE
-As you can see from the last line, keybindings can be chained in a fashion similar to Emacs keybindings.
+As you can see from the last line, keybindings can be chained in a fashion similar to Emacs keybindings\.
.sp
-Some things to know: \- Commands are case\-insensitive. \- Workspace numbering starts at "1". \- Some commands have synonyms. \- The space between the last key and the :Command is mandatory.
+Some things to know: \- Commands are case\-insensitive\. \- Workspace numbering starts at "1"\. \- Some commands have synonyms\. \- The space between the last key and the :Command is mandatory\.
.sp
Here are fluxbox key commands to use:
.sp
.SS "Window Manager Commands"
-.TP 4
-\(bu
-Restart
-.TP 4
-\(bu
-Quit
-.TP 4
-\(bu
-Reconfigure
-.TP 4
-\(bu
-SetStyle
-.TP 4
-\(bu
-ExecCommand
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'Restart
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'Quit
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'Reconfigure
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'SetStyle
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'ExecCommand
+.RE
.SS "Currently Focused Window Commands"
-.TP 4
-\(bu
-Minimize
-.TP 4
-\(bu
-MinimizeWindow
-.TP 4
-\(bu
-Iconify
-.TP 4
-\(bu
-Maximize
-.TP 4
-\(bu
-MaximizeWindow
-.TP 4
-\(bu
-MaximizeHorizontal
-.TP 4
-\(bu
-MaximizeVertical
-.TP 4
-\(bu
-ResizeTo
-.TP 4
-\(bu
-Resize
-.TP 4
-\(bu
-ResizeHorizontal
-.TP 4
-\(bu
-ResizeVertical
-.TP 4
-\(bu
-MoveTo
-.TP 4
-\(bu
-Move
-.TP 4
-\(bu
-MoveRight
-.TP 4
-\(bu
-MoveLeft
-.TP 4
-\(bu
-MoveUp
-.TP 4
-\(bu
-MoveDown
-.TP 4
-\(bu
-Raise
-.TP 4
-\(bu
-Lower
-.TP 4
-\(bu
-Close
-.TP 4
-\(bu
-Shade
-.TP 4
-\(bu
-ShadeWindow
-.TP 4
-\(bu
-Stick
-.TP 4
-\(bu
-StickWindow
-.TP 4
-\(bu
-ToggleDecor
-.TP 4
-\(bu
-TakeToWorkspace
-.TP 4
-\(bu
-TakeToNextWorkspace
-.TP 4
-\(bu
-TakeToPrevWorkspace
-.TP 4
-\(bu
-SendToWorkspace
-.TP 4
-\(bu
-SendToNextWorkspace
-.TP 4
-\(bu
-SendToPrevWorkspace
-.TP 4
-\(bu
-KillWindow
-.TP 4
-\(bu
-NextTab
-.TP 4
-\(bu
-PrevTab
-.TP 4
-\(bu
-MoveTabLeft
-.TP 4
-\(bu
-MoveTabRight
-.TP 4
-\(bu
-DetachClient
-.TP 4
-\(bu
-SetAlpha [[\-] [[\-]]]
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'Minimize
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'MinimizeWindow
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'Iconify
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'Maximize
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'MaximizeWindow
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'MaximizeHorizontal
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'MaximizeVertical
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'ResizeTo
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'Resize
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'ResizeHorizontal
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'ResizeVertical
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'MoveTo
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'Move
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'MoveRight
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'MoveLeft
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'MoveUp
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'MoveDown
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'Raise
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'Lower
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'Close
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'Shade
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'ShadeWindow
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'Stick
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'StickWindow
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'ToggleDecor
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'TakeToWorkspace
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'TakeToNextWorkspace
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'TakeToPrevWorkspace
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'SendToWorkspace
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'SendToNextWorkspace
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'SendToPrevWorkspace
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'KillWindow
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'NextTab
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'PrevTab
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'MoveTabLeft
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'MoveTabRight
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'DetachClient
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'SetAlpha [[\-] [[\-]]]
+.RE
.SS "Workspace Commands"
-.TP 4
-\(bu
-NextWorkspace
-.TP 4
-\(bu
-PrevWorkspace
-.TP 4
-\(bu
-RightWorkspace
-.TP 4
-\(bu
-LeftWorkspace
-.TP 4
-\(bu
-Workspace
-.TP 4
-\(bu
-NextWindow
-.TP 4
-\(bu
-PrevWindow
-.TP 4
-\(bu
-NextGroup
-.TP 4
-\(bu
-PrevGroup
-.TP 4
-\(bu
-FocusLeft
-.TP 4
-\(bu
-FocusRight
-.TP 4
-\(bu
-FocusUp
-.TP 4
-\(bu
-FocusDown
-.TP 4
-\(bu
-ArrangeWindows
-.TP 4
-\(bu
-ShowDesktop (Iconifies all windows)
-.TP 4
-\(bu
-Deiconify all|allworkspace|last|lastworkspace current|origin|originquiet
-.TP 4
-\(bu
-RootMenu
-.TP 4
-\(bu
-WorkspaceMenu
-.TP 4
-\(bu
-WindowMenu
-.TP 4
-\(bu
-HideMenu
-.TP 4
-\(bu
-CustomMenu
-.TP 4
-\(bu
-SetWorkspaceName
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'NextWorkspace
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'PrevWorkspace
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'RightWorkspace
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'LeftWorkspace
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'Workspace
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'NextWindow
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'PrevWindow
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'NextGroup
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'PrevGroup
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'FocusLeft
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'FocusRight
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'FocusUp
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'FocusDown
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'ArrangeWindows
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'ShowDesktop (Iconifies all windows)
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'Deiconify all|allworkspace|last|lastworkspace current|origin|originquiet
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'RootMenu
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'WorkspaceMenu
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'WindowMenu
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'HideMenu
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'CustomMenu
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'SetWorkspaceName
+.RE
.SS "Special Commands"
-.TP 4
-\(bu
-MacroCmd
-.TP 4
-\(bu
-ToggleCmd
-.TP 4
-\(bu
-ReloadStyle
-.TP 4
-\(bu
-SetResourceValue value
-.TP 4
-\(bu
-BindKey :
-.TP 4
-\(bu
-KeyMode
-.TP 4
-\(bu
-SetModKey
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'MacroCmd
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'ToggleCmd
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'ReloadStyle
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'SetResourceValue value
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'BindKey :
+.RE
+.sp
+.RS 4
+\h'-04'\(bu\h'+03'KeyMode