diff options
author | fluxgen <fluxgen> | 2002-09-22 13:55:22 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-09-22 13:55:22 (GMT) |
commit | 714321944e73f518780eb3f3adc073ac6aee5fb0 (patch) | |
tree | 8bf7b5f9fb1c097a368b2120bde3419c573ccba8 | |
parent | 18a09c1a7ffdd0cbb9246f8f823c4426a776ba73 (diff) | |
download | fluxbox-714321944e73f518780eb3f3adc073ac6aee5fb0.zip fluxbox-714321944e73f518780eb3f3adc073ac6aee5fb0.tar.bz2 |
update
-rw-r--r-- | doc/fluxbox.1.in | 81 |
1 files changed, 67 insertions, 14 deletions
diff --git a/doc/fluxbox.1.in b/doc/fluxbox.1.in index 1f53fc1..531f6ed 100644 --- a/doc/fluxbox.1.in +++ b/doc/fluxbox.1.in | |||
@@ -660,6 +660,11 @@ window.tab.font: fixed | |||
660 | window.font: Font | 660 | window.font: Font |
661 | window.justify: \fIcenter\fR, \fIleft\fR, or \fIright\fR | 661 | window.justify: \fIcenter\fR, \fIleft\fR, or \fIright\fR |
662 | 662 | ||
663 | ! Slit resources | ||
664 | slit: | ||
665 | slit.color: Color | ||
666 | slit.colorTo: Color | ||
667 | |||
663 | ! Miscellaneous resources | 668 | ! Miscellaneous resources |
664 | 669 | ||
665 | ! A border can be drawn round all components | 670 | ! A border can be drawn round all components |
@@ -697,7 +702,7 @@ can easily set lots of keys with a single command, e.g. | |||
697 | .EE | 702 | .EE |
698 | This sets already nice defaults for many components. | 703 | This sets already nice defaults for many components. |
699 | .SH KEYS FILE | 704 | .SH KEYS FILE |
700 | Fluxbox 0.1.5 has new keybinding code, and you can customise it through the | 705 | Since version 0.1.5, Fluxbox has new keybinding code, and you can customise it through the |
701 | .IR ~/.fluxbox/keys | 706 | .IR ~/.fluxbox/keys |
702 | file. The file takes the format of : | 707 | file. The file takes the format of : |
703 | .EX | 708 | .EX |
@@ -780,15 +785,30 @@ HorizontalDecrement | |||
780 | VerticalDecrement | 785 | VerticalDecrement |
781 | ToggleDecor | 786 | ToggleDecor |
782 | .EE | 787 | .EE |
783 | .SH TITLEBAR FILE | 788 | .SH GROUPS FILE |
784 | Fluxbox lets you customise the button layout on the window titlebar. This is | 789 | Since version 0.1.11, Fluxbox has a feature called autogrouping, that is apps are |
785 | done by modifying the | 790 | automatically grouped together if they are in the same group. |
786 | .IR ~/.fluxbox/init | 791 | You can create groups simply by editing the |
792 | .IR ~/.fluxbox/groups | ||
787 | file. | 793 | file. |
794 | The file takes the format of: | ||
795 | .EX | ||
796 | <app1> <app2> <app3> ... <appN> | ||
797 | .EE | ||
798 | where elements can be found with this command: | ||
788 | .EX | 799 | .EX |
789 | session.titlebar.right: minimize maximize close | 800 | xprop WM_CLASS |
790 | session.titlebar.left: sticky | ||
791 | .EE | 801 | .EE |
802 | Just launch this command in a terminal and click on the desired app after. It will | ||
803 | tell you what to write as element. | ||
804 | Each line forms a different group, e.g: | ||
805 | .EX | ||
806 | Navigator nedit | ||
807 | xterm | ||
808 | .EE | ||
809 | This will create two groups, one with netscape and nedit, and one with xterm. | ||
810 | The new window will only group itself to other windows on the same workspace | ||
811 | and to the last window that was focused. | ||
792 | .SH THE SLIT | 812 | .SH THE SLIT |
793 | The slit is a special Fluxbox window frame that can contain dockable | 813 | The slit is a special Fluxbox window frame that can contain dockable |
794 | applications, e.g. the `bbtools.' | 814 | applications, e.g. the `bbtools.' |
@@ -811,6 +831,33 @@ bbpager -w & | |||
811 | exec fluxbox | 831 | exec fluxbox |
812 | .EE | 832 | .EE |
813 | Of course to use the slit you must have slit support compiled in. | 833 | Of course to use the slit you must have slit support compiled in. |
834 | .SH SLITLIST FILE | ||
835 | Since version 0.1.10, Fluxbox has the capacity to launch dockapps in the order told | ||
836 | by the | ||
837 | .IR ~/.fluxbox/slitlist | ||
838 | file. | ||
839 | .PP | ||
840 | A simple procedure for getting the slit sequences the way you like it is: | ||
841 | .EX | ||
842 | 1) Run fluxbox with no pre-loaded dockapps. | ||
843 | 2) Run dockapps individually in the order you want them. | ||
844 | 3) Re-add dockapps to your auto-run script, e.g. .xinitrc or .xsession. Order doesn't matter here! | ||
845 | .EE | ||
846 | This sequence will be saved by default to | ||
847 | .IR~/.fluxbox/slitlist | ||
848 | should be maintained in future fluxbox sessions. | ||
849 | .PP | ||
850 | Users are free to manually edit the slitlist file. It is a simple list of window names, | ||
851 | one per dockapp. Similar to the init file it should be edited while not running fluxbox. | ||
852 | Otherwise changes may get overwritten. | ||
853 | .PP | ||
854 | The user also has the option of choosing a different path for the slit list file. | ||
855 | The following example | ||
856 | .B init | ||
857 | file entry changes the path: | ||
858 | .EX | ||
859 | session.slitlistFile: /home/me/etc/slitsort | ||
860 | .EE | ||
814 | .SH CONFIGURATION MENU | 861 | .SH CONFIGURATION MENU |
815 | Fluxbox has a few options that are configured by a configure menu. | 862 | Fluxbox has a few options that are configured by a configure menu. |
816 | Most are self-explanatory, but here are a few notes: | 863 | Most are self-explanatory, but here are a few notes: |
@@ -848,13 +895,6 @@ This tells Fluxbox where to look for its menu file. | |||
848 | session.menuFile: /home/myself/.fluxbox/menu | 895 | session.menuFile: /home/myself/.fluxbox/menu |
849 | .EE | 896 | .EE |
850 | .TP | 897 | .TP |
851 | .B session.titlebarFile: | ||
852 | This tells Fluxbox where to find the file describing the layout of buttons | ||
853 | on each windows' titlebar. | ||
854 | .EX | ||
855 | session.titlebarFile: /home/myself/.fluxbox/titlebar | ||
856 | .EE | ||
857 | .TP | ||
858 | .B session.keyFile: | 898 | .B session.keyFile: |
859 | This tells Fluxbox where to find the file describing the keybindings. | 899 | This tells Fluxbox where to find the file describing the keybindings. |
860 | .EX | 900 | .EX |
@@ -867,6 +907,18 @@ This tells Fluxbox where to find the style (theme) file for this session. | |||
867 | session.styleFile: @pkgdatadir@/styles/Flux | 907 | session.styleFile: @pkgdatadir@/styles/Flux |
868 | .EE | 908 | .EE |
869 | .TP | 909 | .TP |
910 | .B session.groupFile: | ||
911 | This tells Fluxbox where to find the file for the autogrouping feature. | ||
912 | .EX | ||
913 | session.groupFile: /home/myself/.fluxbox/groups | ||
914 | .EE | ||
915 | .TP | ||
916 | .B session.slitlistFile: | ||
917 | This tells Fluxbox where to find the file that contains the order in which the apps are loaded in the slit. | ||
918 | .EX | ||
919 | session.slitlistFile: /home/myself/.fluxbox/slitlist | ||
920 | .EE | ||
921 | .TP | ||
870 | .B session.screen0.toolbar.widthPercent: | 922 | .B session.screen0.toolbar.widthPercent: |
871 | This determines the amount (in %) of space the toolbar will take. | 923 | This determines the amount (in %) of space the toolbar will take. |
872 | Default value is: | 924 | Default value is: |
@@ -1066,3 +1118,4 @@ from the original Blackbox man page by Wilbert Berendsen | |||
1066 | Numerous other languages will be available. | 1118 | Numerous other languages will be available. |
1067 | .SH SEE ALSO | 1119 | .SH SEE ALSO |
1068 | .IR bsetroot (1), \ bbkeys (1) \" not there, yet ;-( | 1120 | .IR bsetroot (1), \ bbkeys (1) \" not there, yet ;-( |
1121 | |||