1This file gives a short description of the configuration possibilities of
2fluxter.
3
4** Configuring fluxter **
5------------------------
6
7Blackbox users:
8
9By default fluxter reads the Blackbox style-file as defined in .blackboxrc
10and copies as much of the style as possible. The result is a application
11which looks a lot like the toolbar.
12
13Configuration options can be changed in fluxter.bb.
14Most likely you want to change some of these options,
15
16The global configuration file can be found in $datadir/fluxter/fluxter.bb
17A local configuration can be made by copying the fluxter.bb file to
18$HOME/.fluxbox/fluxter.bb and editing it.
19
20
21Users other Window managers:
22
23Configuration options can be changed in fluxter.bb.
24Most likely you want to change some of these options,
25
26The global configuration file can be found in $datadir/fluxter/fluxter.nobb
27A local configuration can be made by copying the fluxter.nobb file to
28$HOME/.fluxbox/fluxter.nobb and editing it.
29
30
31** Reconfigure fluxter.**
32------------------------
33
34Automatic update style:
35	If the resource : fluxter.autoConfig: true
36	The tool will periodically check if the main config files, .blackboxrc
37	for Blackbox users and fluxter.nobb for other WM's to see if
38	they have changed. If so fluxter will reconfigure.
39
40
41** Copying the look of the Blackbox toolbar **
42----------------------------------------------
43fluxter automaticly copes the style of the blackbox toolbar.
44It copies:
45toolbar                	 	-> fluxter.frame
46toolbar.label           	-> fluxter.label
47toolbar.color           	-> fluxter.frame.color
48toolbar.colorTo         	-> fluxter.frame.colorTo
49toolbar.label.color     	-> fluxter.label.color
50toolbar.label.colorTo   	-> fluxter.label.colorTo
51toolbar.textColor       	-> fluxter..textColor
52bevelWidth              	-> fluxter.bevelWidth
53
54For the meaning of the different resources see the comments in the
55config-files.
56