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