aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README97
1 files changed, 71 insertions, 26 deletions
diff --git a/README b/README
index 4a5f4bb..c1ac913 100644
--- a/README
+++ b/README
@@ -1,35 +1,80 @@
1Fluxbox builds on Blackbox source but has different goals. 1This is a development version of Fluxbox.
2For copyright see COPYING 2
3Fluxbox is a fork of the original Blackbox 0.61.1 sourcecode with
4different goals.
5
6Read NEWS to see whats new in this release.
7
8For copyright information see COPYING
9
10For more information and extensive documentation go to:
11 http://fluxbox.org/version-0.9.php
12
3 13
4Compile and Install: 14Compile and Install:
5 15
6# ./configure 16 $ ./configure
7# make 17 $ make
8and then as root 18 and then as root
9# make install 19 # make install
20
21Configuration options:
22
23 For KDE slitsupport: (Allows kde tray icons to be placed in the fluxbox slit)
24 ./configure --enable-kde
25
26 For Gnome support:
27 ./configure --enable-gnome
28
29 Use ./configure --help to see the full list of options
30
31
32
33For former blackbox users:
34
35 - You can use your old blackbox configuration file too. Just copy
36 .blackboxrc to ~/.fluxbox/init . The same goes for menu file.
10 37
11for KDE slitsupport: 38 - You can also use the Blackbox themes in Fluxbox. Fluxbox has a few
12 ./configure --enable-kde 39 extra styleoption for the tabs but they don't have to be specified.
13 40
14To disable tabs and/or iconbar just change it in configure menu. 41 - The keys file is no longer compatible with bbkeys. There's a
42 convertkeys script at http://fluxbox.sourceforge.net/ that will
43 convert the bbkeys format to the fluxbox format.
15 44
16To use your own configuration:
17Create a directorory, in your homedir, called .fluxbox
18and copy: init, titlebar and menu from fluxbox datapath.
19Dont forget to change session.menuFile and session.titlebarFile
20in the file init.
21 45
22You can use your old blackbox configuration file too. Just copy 46A few extra notes about the new features:
23.blackboxrc to ~/.fluxbox/init . The same goes for menu file. 47
24The bbkeys config file can be selected in the file init: 48 - To disable tabs and/or iconbar just change it in configure menu.
25session.keyFile: <filename here> 49
26You can also use the Blackbox themes in Fluxbox. 50 - To work with tabs, use the third mouse button to drag a tab to
27If there isn't any format for the tab in the theme then 51 another tab. This will group the two windows together.
28the tab will have the same theme as the titlebar. 52
53 - With 'Sloppy Window Grouping' turned on (in your configure menu),
54 you can drop the tabs anywhere on the target window to group
55 windows together.
56
57 - The 'Maximize over Slit' option means that maximized windows will not
58 stop at the outside border of the slit, and will instead cover it.
59
60 - In the init file, the session.screen0.rootCommand: option will
61 override the rootCommand option in a theme, keeping your background
62 the same, no matter what the theme says it should be.
63
29 64
30Thanks: 65Thanks:
31Blackbox team 66
32#linux.se@dalnet, #linux.se@openproject.net 67 Blackbox team
33skypher of openprojects for buggtesting and providing fluxbox with themes: 68
34Clean CleanColor Makro, Carbondioxide and MerleyKay. 69 aleczapka, skarin, Perc, xfs, skypher and skywarper for bugtesting.
35skarin, Perc, xfs, skypher and skywarper for buggtesting 70
71 skypher of openprojects for bugtesting and providing fluxbox with
72 themes: Clean CleanColor Makro, Carbondioxide and MerleyKay.
73
74 People at #fluxbox on the irc.freenode.net irc-network.
75
76 And all the people who sent bugfixes/patches.
77
78
79This software is OSI Certified Open Source Software.
80OSI Certified is a certification mark of the Open Source Initiative.