Update command section.
This commit is contained in:
parent
f5f979ef37
commit
2f2af2d32b
1 changed files with 62 additions and 53 deletions
115
doc/fluxbox.1.in
115
doc/fluxbox.1.in
|
@ -434,7 +434,7 @@ Here is a short example of a menu file:
|
||||||
[end]
|
[end]
|
||||||
# end of menu file
|
# end of menu file
|
||||||
.fi
|
.fi
|
||||||
.B FROM HERE ON UNREVISITED
|
.\" --- styles ---
|
||||||
.SH STYLES
|
.SH STYLES
|
||||||
Fluxbox enables you to use specialized files that contain
|
Fluxbox enables you to use specialized files that contain
|
||||||
.IR X (1)
|
.IR X (1)
|
||||||
|
@ -734,6 +734,7 @@ can easily set lots of keys with a single command, e.g.
|
||||||
*font: lucidasans-10
|
*font: lucidasans-10
|
||||||
.EE
|
.EE
|
||||||
This sets already nice defaults for many components.
|
This sets already nice defaults for many components.
|
||||||
|
.\" --- keys ---
|
||||||
.SH KEYS FILE
|
.SH KEYS FILE
|
||||||
You can customise Fluxbox' key handling through the
|
You can customise Fluxbox' key handling through the
|
||||||
.IR ~/.fluxbox/keys
|
.IR ~/.fluxbox/keys
|
||||||
|
@ -769,62 +770,65 @@ Control n Mod1 n :NextTab
|
||||||
.EE
|
.EE
|
||||||
As you can see from the last line, keybinds can be chained in a fashion similar
|
As you can see from the last line, keybinds can be chained in a fashion similar
|
||||||
to emacs keybindings.
|
to emacs keybindings.
|
||||||
|
|
||||||
|
Commands are caseinsensitive, workspace numbering starts at "1", some commands
|
||||||
|
have synonyms.
|
||||||
|
|
||||||
Here is a list of possible Operations:
|
Here is a list of possible Operations:
|
||||||
.EX
|
.EX
|
||||||
Minimize
|
.B window manager commands
|
||||||
Raise
|
Restart \fIargument\fR
|
||||||
Lower
|
|
||||||
RaiseLayer
|
|
||||||
LowerLayer
|
|
||||||
TopLayer
|
|
||||||
BottomLayer
|
|
||||||
AlwaysOnTop (this is an alias for TopLayer)
|
|
||||||
AlwaysOnBottom (similarly)
|
|
||||||
Close
|
|
||||||
Quit
|
Quit
|
||||||
RootMenu
|
Reconfigure
|
||||||
Workspace N (where N is positive integer)
|
SetStyle \fIargument\fR
|
||||||
Workspace1
|
ExecCommand, Execute or Exec \fIcommand\fR
|
||||||
Workspace2
|
.B commands to currently focused window
|
||||||
Workspace3
|
Minimize, MinimizeWindow or Iconify
|
||||||
Workspace4
|
Maximize, MaximizeWindow
|
||||||
Workspace5
|
|
||||||
Workspace6
|
|
||||||
Workspace7
|
|
||||||
Workspace8
|
|
||||||
Workspace9
|
|
||||||
Workspace10
|
|
||||||
Workspace11
|
|
||||||
Workspace12
|
|
||||||
NextWorkspace
|
|
||||||
PrevWorkspace
|
|
||||||
LeftWorkspace
|
|
||||||
RightWorkspace
|
|
||||||
KillWindow
|
|
||||||
NextWindow
|
|
||||||
PrevWindow
|
|
||||||
NextTab
|
|
||||||
PrevTab
|
|
||||||
ShadeWindow
|
|
||||||
MaximizeWindow
|
|
||||||
StickWindow
|
|
||||||
ExecCommand
|
|
||||||
MaximizeVertical
|
MaximizeVertical
|
||||||
MaximizeHorizontal
|
MaximizeHorizontal
|
||||||
NudgeRight
|
ResizeTo \fIwidth\fR \fIheight\fR
|
||||||
NudgeLeft
|
Resize \fIdelta-width\fR \fIdelta-height\fR
|
||||||
NudgeUp
|
ResizeHorizontal \fIdelta-width\fR
|
||||||
NudgeDown
|
ResizeVertical \fIdelta-height\fR
|
||||||
BigNudgeRight
|
MoveTo \fIx\fR \fIy\fR
|
||||||
BigNudgeLeft
|
Move \fIdelta-x\fR \fIdelta-y\fR
|
||||||
BigNudgeUp
|
MoveRight \fIdelta-x\fR
|
||||||
BigNudgeDown
|
MoveLeft \fIdelta-x\fR
|
||||||
HorizontalIncrement
|
MoveUp \fIdelta-y\fR
|
||||||
VerticalIncrement
|
MoveDown \fIdelta-y\fR
|
||||||
HorizontalDecrement
|
Raise
|
||||||
VerticalDecrement
|
Lower
|
||||||
|
Close
|
||||||
|
Shade, ShadeWindow
|
||||||
|
Stick, StickWindow
|
||||||
ToggleDecor
|
ToggleDecor
|
||||||
|
SendToWorkspace \fInumber\fR : Sends the current window and takes you with it.
|
||||||
|
KillWindow
|
||||||
|
NextTab
|
||||||
|
PrevTab
|
||||||
|
MoveTabLeft
|
||||||
|
MoveTabRight
|
||||||
|
DetachClient
|
||||||
|
.B workspace commands
|
||||||
|
NextWorkspace
|
||||||
|
PrevWorkspace
|
||||||
|
RightWorkspace \fIby-number\fR
|
||||||
|
LeftWorkspace \fIby-number\fR
|
||||||
|
Workspace \fInumber\fR
|
||||||
|
NextWindow \fIby-number\fR
|
||||||
|
PrevWindow \fIby-number\fR
|
||||||
|
NextGroup \fIby-number\fR
|
||||||
|
PrevGroup \fIby-number\fR
|
||||||
|
ArrangeWindows
|
||||||
|
ShowDesktop : Iconifies all windows.
|
||||||
|
RootMenu
|
||||||
|
WorkspaceMenu
|
||||||
|
SetWorkspaceName
|
||||||
|
.B special commands
|
||||||
|
MacroCmd
|
||||||
.EE
|
.EE
|
||||||
|
.\" --- groups ---
|
||||||
.SH GROUPS FILE
|
.SH GROUPS FILE
|
||||||
Since version 0.1.11, Fluxbox has a feature called autogrouping, that is apps are
|
Since version 0.1.11, Fluxbox has a feature called autogrouping, that is apps are
|
||||||
automatically grouped together if they are in the same group.
|
automatically grouped together if they are in the same group.
|
||||||
|
@ -871,6 +875,7 @@ bbpager -w &
|
||||||
exec fluxbox
|
exec fluxbox
|
||||||
.EE
|
.EE
|
||||||
Of course to use the slit you must have slit support compiled in.
|
Of course to use the slit you must have slit support compiled in.
|
||||||
|
.\" --- slitlist ---
|
||||||
.SH SLITLIST FILE
|
.SH SLITLIST FILE
|
||||||
Since version 0.1.10, Fluxbox has the capacity to launch dockapps in the order told
|
Since version 0.1.10, Fluxbox has the capacity to launch dockapps in the order told
|
||||||
by the
|
by the
|
||||||
|
@ -1203,13 +1208,17 @@ This manpage was put together by Matthew Hawkins
|
||||||
.hy
|
.hy
|
||||||
from the original Blackbox man page by Wilbert Berendsen
|
from the original Blackbox man page by Wilbert Berendsen
|
||||||
.nh
|
.nh
|
||||||
(wbsoft@xs4all.nl)
|
<wbsoft@xs4all.nl>
|
||||||
.hy
|
.hy
|
||||||
and subsequently hacked upon by Tobias Klausmann
|
and subsequently hacked upon by Tobias Klausmann
|
||||||
.nh
|
.nh
|
||||||
(klausman@users.sourceforge.net)
|
<klausman@users.sourceforge.net>
|
||||||
|
.nh
|
||||||
|
and
|
||||||
.hy
|
.hy
|
||||||
Numerous other languages will be available.
|
<grubert@users.sourceforge.net>.
|
||||||
|
.nh
|
||||||
|
Numerous other languages could be available if someone jumps in.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR bsetroot (1) \" not there, yet ;-(
|
.IR bsetroot (1) \" not there, yet ;-(
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue