diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 97 |
1 files changed, 71 insertions, 26 deletions
@@ -1,35 +1,80 @@ | |||
1 | Fluxbox builds on Blackbox source but has different goals. | 1 | This is a development version of Fluxbox. |
2 | For copyright see COPYING | 2 | |
3 | Fluxbox is a fork of the original Blackbox 0.61.1 sourcecode with | ||
4 | different goals. | ||
5 | |||
6 | Read NEWS to see whats new in this release. | ||
7 | |||
8 | For copyright information see COPYING | ||
9 | |||
10 | For more information and extensive documentation go to: | ||
11 | http://fluxbox.org/version-0.9.php | ||
12 | |||
3 | 13 | ||
4 | Compile and Install: | 14 | Compile and Install: |
5 | 15 | ||
6 | # ./configure | 16 | $ ./configure |
7 | # make | 17 | $ make |
8 | and then as root | 18 | and then as root |
9 | # make install | 19 | # make install |
20 | |||
21 | Configuration 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 | |||
33 | For 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 | ||
11 | for 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 | ||
14 | To 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 | ||
16 | To use your own configuration: | ||
17 | Create a directorory, in your homedir, called .fluxbox | ||
18 | and copy: init, titlebar and menu from fluxbox datapath. | ||
19 | Dont forget to change session.menuFile and session.titlebarFile | ||
20 | in the file init. | ||
21 | 45 | ||
22 | You can use your old blackbox configuration file too. Just copy | 46 | A few extra notes about the new features: |
23 | .blackboxrc to ~/.fluxbox/init . The same goes for menu file. | 47 | |
24 | The bbkeys config file can be selected in the file init: | 48 | - To disable tabs and/or iconbar just change it in configure menu. |
25 | session.keyFile: <filename here> | 49 | |
26 | You can also use the Blackbox themes in Fluxbox. | 50 | - To work with tabs, use the third mouse button to drag a tab to |
27 | If there isn't any format for the tab in the theme then | 51 | another tab. This will group the two windows together. |
28 | the 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 | ||
30 | Thanks: | 65 | Thanks: |
31 | Blackbox team | 66 | |
32 | #linux.se@dalnet, #linux.se@openproject.net | 67 | Blackbox team |
33 | skypher of openprojects for buggtesting and providing fluxbox with themes: | 68 | |
34 | Clean CleanColor Makro, Carbondioxide and MerleyKay. | 69 | aleczapka, skarin, Perc, xfs, skypher and skywarper for bugtesting. |
35 | skarin, 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 | |||
79 | This software is OSI Certified Open Source Software. | ||
80 | OSI Certified is a certification mark of the Open Source Initiative. | ||