Add 0.9.7 changes.
This commit is contained in:
parent
1293db81d0
commit
3b151a83d2
1 changed files with 54 additions and 9 deletions
|
@ -42,7 +42,7 @@
|
||||||
.if n .sp 1
|
.if n .sp 1
|
||||||
.if t .sp .5
|
.if t .sp .5
|
||||||
..
|
..
|
||||||
.TH fluxbox 1 "September 26th, 2003" "0.9.6"
|
.TH fluxbox 1 "January 5th, 2004" "0.9.7"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
fluxbox \- a window manager for X11
|
fluxbox \- a window manager for X11
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
@ -148,7 +148,10 @@ The contents can be configured in fluxbox init-file in the entry
|
||||||
.EX
|
.EX
|
||||||
session.screen0.toolbar.tools: clock, iconbar, workspacename
|
session.screen0.toolbar.tools: clock, iconbar, workspacename
|
||||||
.EE
|
.EE
|
||||||
|
or the toolbar can be turned off by
|
||||||
|
.EX
|
||||||
|
session.screen0.toolbar.visible: false
|
||||||
|
.EE
|
||||||
.\" A left click on the toolbar will bring it to the foreground, a
|
.\" A left click on the toolbar will bring it to the foreground, a
|
||||||
.\" middle click will hide it behind other windows (if AlwaysOnTop is not set), and
|
.\" middle click will hide it behind other windows (if AlwaysOnTop is not set), and
|
||||||
.\" the right button brings up a little menu.
|
.\" the right button brings up a little menu.
|
||||||
|
@ -194,10 +197,13 @@ as well as in the toolbar.
|
||||||
(Un)Maximize window. Depending on toolbar and slit configuration maximize does
|
(Un)Maximize window. Depending on toolbar and slit configuration maximize does
|
||||||
cover slit and toolbar or not.
|
cover slit and toolbar or not.
|
||||||
.TP
|
.TP
|
||||||
.B Maximize Vertical
|
.B Button1
|
||||||
|
(usually left button) Maximize Normal, i.e. Vertical and Horizontal
|
||||||
|
.TP
|
||||||
|
.B Button2
|
||||||
(Un)Maximize window only vertically.
|
(Un)Maximize window only vertically.
|
||||||
.TP
|
.TP
|
||||||
.B Maximize Horizontal
|
.B Button3
|
||||||
(Un)Maximize window only horizontal.
|
(Un)Maximize window only horizontal.
|
||||||
.TP
|
.TP
|
||||||
.B Raise
|
.B Raise
|
||||||
|
@ -254,6 +260,12 @@ titlebar, you can press Alt + button 1 anywhere in the window and then
|
||||||
drag it around.
|
drag it around.
|
||||||
You can also use Alt + button 1 to raise a partially visible window.
|
You can also use Alt + button 1 to raise a partially visible window.
|
||||||
Finally, Alt + button 2 lowers a window, and Alt + button 3 resizes the window.
|
Finally, Alt + button 2 lowers a window, and Alt + button 3 resizes the window.
|
||||||
|
.PP
|
||||||
|
This can be disabled in the resource file
|
||||||
|
.I ~/.fluxbox/init
|
||||||
|
with
|
||||||
|
.TP
|
||||||
|
session.useMod1: \fItrue\fR or \fIfalse\fR
|
||||||
.SH MENU FILE
|
.SH MENU FILE
|
||||||
A default menu file is installed in
|
A default menu file is installed in
|
||||||
.IR @pkgdatadir@/menu .
|
.IR @pkgdatadir@/menu .
|
||||||
|
@ -276,6 +288,17 @@ Be sure that your menu is usable, then choose `Restart' from the default
|
||||||
Fluxbox root menu. If only the contents of the menu file changed, only
|
Fluxbox root menu. If only the contents of the menu file changed, only
|
||||||
.I reload config
|
.I reload config
|
||||||
is needed.
|
is needed.
|
||||||
|
.SS Menu behaviour
|
||||||
|
The behaviour of the menu can be configured in the
|
||||||
|
.I ~/.fluxbox/init
|
||||||
|
file, with the following entries:
|
||||||
|
.TP
|
||||||
|
session.screen0.menuMode: can be either Click or Delay (default: Delay)
|
||||||
|
.TP
|
||||||
|
session.screen0.menuDelay: in msec (default: 0 )
|
||||||
|
.TP
|
||||||
|
session.screen0.menuDelayClose: in msec (default: 0 )
|
||||||
|
.EE
|
||||||
.SS Menu syntax
|
.SS Menu syntax
|
||||||
The menu syntax is very simple and very effective.
|
The menu syntax is very simple and very effective.
|
||||||
There are up to three fields in a menu line.
|
There are up to three fields in a menu line.
|
||||||
|
@ -326,6 +349,9 @@ if so desired.
|
||||||
does accept a label, but it is not required, and a blank item will be used
|
does accept a label, but it is not required, and a blank item will be used
|
||||||
if none is supplied.
|
if none is supplied.
|
||||||
.TP
|
.TP
|
||||||
|
.B [separator]
|
||||||
|
will create a nice separator line.
|
||||||
|
.TP
|
||||||
.B [style] (label) {filename}
|
.B [style] (label) {filename}
|
||||||
This tells Fluxbox to insert an item that, when selected, reads style file
|
This tells Fluxbox to insert an item that, when selected, reads style file
|
||||||
named
|
named
|
||||||
|
@ -633,6 +659,7 @@ menu.frame.colorTo: Color
|
||||||
menu.frame.textColor: Color
|
menu.frame.textColor: Color
|
||||||
menu.frame.disableColor: Color
|
menu.frame.disableColor: Color
|
||||||
menu.frame.font: Font
|
menu.frame.font: Font
|
||||||
|
! Font can have a shadow. e.g. menu.frame.font: Verdana-8:shadow
|
||||||
menu.frame.justify: \fIcenter\fR, \fIleft\fR, or \fIright\fR
|
menu.frame.justify: \fIcenter\fR, \fIleft\fR, or \fIright\fR
|
||||||
|
|
||||||
! Bullets for submenu items
|
! Bullets for submenu items
|
||||||
|
@ -666,6 +693,10 @@ window.label.unfocus.color: Color
|
||||||
window.label.unfocus.colorTo: Color
|
window.label.unfocus.colorTo: Color
|
||||||
window.label.unfocus.textColor: Color
|
window.label.unfocus.textColor: Color
|
||||||
|
|
||||||
|
! window label for active tab if window is not focussed
|
||||||
|
window.label.active: Texture
|
||||||
|
window.label.active.textColor: Color
|
||||||
|
|
||||||
! Handlebar
|
! Handlebar
|
||||||
window.handle.focus: Texture
|
window.handle.focus: Texture
|
||||||
window.handle.focus.color: Color
|
window.handle.focus.color: Color
|
||||||
|
@ -836,14 +867,19 @@ PrevWindow \fIby-number\fR
|
||||||
NextGroup \fIby-number\fR
|
NextGroup \fIby-number\fR
|
||||||
PrevGroup \fIby-number\fR
|
PrevGroup \fIby-number\fR
|
||||||
ArrangeWindows
|
ArrangeWindows
|
||||||
ShowDesktop : Iconifies all windows.
|
ShowDesktop - Iconifies all windows.
|
||||||
RootMenu
|
RootMenu
|
||||||
WorkspaceMenu
|
WorkspaceMenu
|
||||||
SetWorkspaceName
|
WorkspaceNameDialog - edit workspaces name dialog (old SetWorkspaceName)
|
||||||
|
SetWorkspaceName \fIname\fR
|
||||||
.EE
|
.EE
|
||||||
.B special commands
|
.B special commands
|
||||||
.EX
|
.EX
|
||||||
MacroCmd
|
MacroCmd
|
||||||
|
ReloadStyle
|
||||||
|
SetResourceValueCmd \fIresourcename\fR \fIresource value\fR
|
||||||
|
BindKey \fIkey string : action\fR - this will append key string and
|
||||||
|
action to your keys file and bind the key
|
||||||
.EE
|
.EE
|
||||||
.\" --- groups ---
|
.\" --- groups ---
|
||||||
.SH GROUPS FILE
|
.SH GROUPS FILE
|
||||||
|
@ -1055,6 +1091,15 @@ or
|
||||||
.IR False
|
.IR False
|
||||||
to enable or disable Fluxbox using the toolbar to display iconified windows.
|
to enable or disable Fluxbox using the toolbar to display iconified windows.
|
||||||
.TP
|
.TP
|
||||||
|
.B session.screen0.iconbar.alignment:
|
||||||
|
.IR LEFT, RELATIVE or RIGHT
|
||||||
|
can be changed in the iconbar mode menu. If LEFT or RIGHT is specified the
|
||||||
|
iconbar buttons have a fixed with and are left/right aligned.
|
||||||
|
.TP
|
||||||
|
.B session.screen0.iconbar.clientWidth:
|
||||||
|
.IR Integer
|
||||||
|
is used to specify the iconbar button width for LEFT/RIGHT alignment.
|
||||||
|
.TP
|
||||||
.B session.tabs:
|
.B session.tabs:
|
||||||
.IR True
|
.IR True
|
||||||
or
|
or
|
||||||
|
@ -1113,8 +1158,8 @@ the application from another workspace.
|
||||||
.B Dimensions [Width Height]
|
.B Dimensions [Width Height]
|
||||||
Remember the current dimensions.
|
Remember the current dimensions.
|
||||||
.TP
|
.TP
|
||||||
.B Position [X Y]
|
.B Position ([WINCENTER|CENTER|UPPERLEFT|UPPERRIGHT|LOWERLEFT|LOWERRIGHT]) [X Y]
|
||||||
Remember the current position.
|
Remember the current position. X and Y are relative to e.g. WINCENTER .
|
||||||
.TP
|
.TP
|
||||||
.B Shaded state [yes|no]
|
.B Shaded state [yes|no]
|
||||||
Remember the current shaded state.
|
Remember the current shaded state.
|
||||||
|
@ -1140,7 +1185,7 @@ Here is a short example of an apps file:
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
[app] (kate)
|
[app] (kate)
|
||||||
[Dimensions] {1022 747}
|
[Dimensions] (WINCENTER) {1022 747}
|
||||||
[Position] {0 0}
|
[Position] {0 0}
|
||||||
[Close] {yes}
|
[Close] {yes}
|
||||||
[end]
|
[end]
|
||||||
|
|
Loading…
Reference in a new issue