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