aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorgrubert <grubert>2003-10-28 15:31:16 (GMT)
committergrubert <grubert>2003-10-28 15:31:16 (GMT)
commit2f2af2d32b4660ca1a3df2a348bbbe56501a57ef (patch)
tree32c368a1cfe01c29d95042cbeec59fedb59d0a6f /doc
parentf5f979ef374623fffc321300ec7f699acd20e426 (diff)
downloadfluxbox-2f2af2d32b4660ca1a3df2a348bbbe56501a57ef.zip
fluxbox-2f2af2d32b4660ca1a3df2a348bbbe56501a57ef.tar.bz2
Update command section.
Diffstat (limited to 'doc')
-rw-r--r--doc/fluxbox.1.in111
1 files changed, 60 insertions, 51 deletions
diff --git a/doc/fluxbox.1.in b/doc/fluxbox.1.in
index c93ff6e..0a23599 100644
--- a/doc/fluxbox.1.in
+++ b/doc/fluxbox.1.in
@@ -434,7 +434,7 @@ Here is a short example of a menu file:
434[end] 434[end]
435# end of menu file 435# end of menu file
436.fi 436.fi
437.B FROM HERE ON UNREVISITED 437.\" --- styles ---
438.SH STYLES 438.SH STYLES
439Fluxbox enables you to use specialized files that contain 439Fluxbox enables you to use specialized files that contain
440.IR X (1) 440.IR X (1)
@@ -734,6 +734,7 @@ can easily set lots of keys with a single command, e.g.
734*font: lucidasans-10 734*font: lucidasans-10
735.EE 735.EE
736This sets already nice defaults for many components. 736This sets already nice defaults for many components.
737.\" --- keys ---
737.SH KEYS FILE 738.SH KEYS FILE
738You can customise Fluxbox' key handling through the 739You can customise Fluxbox' key handling through the
739.IR ~/.fluxbox/keys 740.IR ~/.fluxbox/keys
@@ -769,62 +770,65 @@ Control n Mod1 n :NextTab
769.EE 770.EE
770As you can see from the last line, keybinds can be chained in a fashion similar 771As you can see from the last line, keybinds can be chained in a fashion similar
771to emacs keybindings. 772to emacs keybindings.
773
774Commands are caseinsensitive, workspace numbering starts at "1", some commands
775have synonyms.
776
772Here is a list of possible Operations: 777Here is a list of possible Operations:
773.EX 778.EX
774Minimize 779.B window manager commands
780Restart \fIargument\fR
781Quit
782Reconfigure
783SetStyle \fIargument\fR
784ExecCommand, Execute or Exec \fIcommand\fR
785.B commands to currently focused window
786Minimize, MinimizeWindow or Iconify
787Maximize, MaximizeWindow
788MaximizeVertical
789MaximizeHorizontal
790ResizeTo \fIwidth\fR \fIheight\fR
791Resize \fIdelta-width\fR \fIdelta-height\fR
792ResizeHorizontal \fIdelta-width\fR
793ResizeVertical \fIdelta-height\fR
794MoveTo \fIx\fR \fIy\fR
795Move \fIdelta-x\fR \fIdelta-y\fR
796MoveRight \fIdelta-x\fR
797MoveLeft \fIdelta-x\fR
798MoveUp \fIdelta-y\fR
799MoveDown \fIdelta-y\fR
775Raise 800Raise
776Lower 801Lower
777RaiseLayer
778LowerLayer
779TopLayer
780BottomLayer
781AlwaysOnTop (this is an alias for TopLayer)
782AlwaysOnBottom (similarly)
783Close 802Close
784Quit 803Shade, ShadeWindow
785RootMenu 804Stick, StickWindow
786Workspace N (where N is positive integer) 805ToggleDecor
787Workspace1 806SendToWorkspace \fInumber\fR : Sends the current window and takes you with it.
788Workspace2
789Workspace3
790Workspace4
791Workspace5
792Workspace6
793Workspace7
794Workspace8
795Workspace9
796Workspace10
797Workspace11
798Workspace12
799NextWorkspace
800PrevWorkspace
801LeftWorkspace
802RightWorkspace
803KillWindow 807KillWindow
804NextWindow
805PrevWindow
806NextTab 808NextTab
807PrevTab 809PrevTab
808ShadeWindow 810MoveTabLeft
809MaximizeWindow 811MoveTabRight
810StickWindow 812DetachClient
811ExecCommand 813.B workspace commands
812MaximizeVertical 814NextWorkspace
813MaximizeHorizontal 815PrevWorkspace
814NudgeRight 816RightWorkspace \fIby-number\fR
815NudgeLeft 817LeftWorkspace \fIby-number\fR
816NudgeUp 818Workspace \fInumber\fR
817NudgeDown 819NextWindow \fIby-number\fR
818BigNudgeRight 820PrevWindow \fIby-number\fR
819BigNudgeLeft 821NextGroup \fIby-number\fR
820BigNudgeUp 822PrevGroup \fIby-number\fR
821BigNudgeDown 823ArrangeWindows
822HorizontalIncrement 824ShowDesktop : Iconifies all windows.
823VerticalIncrement 825RootMenu
824HorizontalDecrement 826WorkspaceMenu
825VerticalDecrement 827SetWorkspaceName
826ToggleDecor 828.B special commands
829MacroCmd
827.EE 830.EE
831.\" --- groups ---
828.SH GROUPS FILE 832.SH GROUPS FILE
829Since version 0.1.11, Fluxbox has a feature called autogrouping, that is apps are 833Since version 0.1.11, Fluxbox has a feature called autogrouping, that is apps are
830automatically grouped together if they are in the same group. 834automatically grouped together if they are in the same group.
@@ -871,6 +875,7 @@ bbpager -w &
871exec fluxbox 875exec fluxbox
872.EE 876.EE
873Of course to use the slit you must have slit support compiled in. 877Of course to use the slit you must have slit support compiled in.
878.\" --- slitlist ---
874.SH SLITLIST FILE 879.SH SLITLIST FILE
875Since version 0.1.10, Fluxbox has the capacity to launch dockapps in the order told 880Since version 0.1.10, Fluxbox has the capacity to launch dockapps in the order told
876by the 881by the
@@ -1203,13 +1208,17 @@ This manpage was put together by Matthew Hawkins
1203.hy 1208.hy
1204from the original Blackbox man page by Wilbert Berendsen 1209from the original Blackbox man page by Wilbert Berendsen
1205.nh 1210.nh
1206(wbsoft@xs4all.nl) 1211<wbsoft@xs4all.nl>
1207.hy 1212.hy
1208and subsequently hacked upon by Tobias Klausmann 1213and subsequently hacked upon by Tobias Klausmann
1209.nh 1214.nh
1210(klausman@users.sourceforge.net) 1215<klausman@users.sourceforge.net>
1216.nh
1217and
1211.hy 1218.hy
1212Numerous other languages will be available. 1219<grubert@users.sourceforge.net>.
1220.nh
1221Numerous other languages could be available if someone jumps in.
1213.SH SEE ALSO 1222.SH SEE ALSO
1214.IR bsetroot (1) \" not there, yet ;-( 1223.IR bsetroot (1) \" not there, yet ;-(
1215 1224