diff options
author | fluxgen <fluxgen> | 2002-01-11 11:59:54 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-01-11 11:59:54 (GMT) |
commit | a3d2a1cf0a5ab724e19a91915fe97842f52260d5 (patch) | |
tree | f0b87676e95070afee163f76902efd0c4d5b5fe6 /README | |
parent | b4515716b75f745388eaf52c0d62b70443170db8 (diff) | |
download | fluxbox_lack-a3d2a1cf0a5ab724e19a91915fe97842f52260d5.zip fluxbox_lack-a3d2a1cf0a5ab724e19a91915fe97842f52260d5.tar.bz2 |
update
Diffstat (limited to 'README')
-rw-r--r-- | README | 35 |
1 files changed, 28 insertions, 7 deletions
@@ -1,4 +1,5 @@ | |||
1 | Fluxbox builds on Blackbox source but has different goals. | 1 | Fluxbox builds on Blackbox 0.61.1 source but has different goals. |
2 | Read NEWS to see whats new in this release. | ||
2 | For copyright see COPYING | 3 | For copyright see COPYING |
3 | 4 | ||
4 | Compile and Install: | 5 | Compile and Install: |
@@ -8,8 +9,10 @@ Compile and Install: | |||
8 | and then as root | 9 | and then as root |
9 | # make install | 10 | # make install |
10 | 11 | ||
11 | for KDE slitsupport: | 12 | for KDE slitsupport: (Allows kde tray icons to be placed in the fluxbox slit) |
12 | ./configure --enable-kde | 13 | ./configure --enable-kde |
14 | |||
15 | For more information and FAQ go to http://fluxbox.sourceforge.net | ||
13 | 16 | ||
14 | To disable tabs and/or iconbar just change it in configure menu. | 17 | To disable tabs and/or iconbar just change it in configure menu. |
15 | 18 | ||
@@ -21,15 +24,33 @@ in the file init. | |||
21 | 24 | ||
22 | You can use your old blackbox configuration file too. Just copy | 25 | You can use your old blackbox configuration file too. Just copy |
23 | .blackboxrc to ~/.fluxbox/init . The same goes for menu file. | 26 | .blackboxrc to ~/.fluxbox/init . The same goes for menu file. |
24 | The bbkeys config file can be selected in the file init: | ||
25 | session.keyFile: <filename here> | ||
26 | You can also use the Blackbox themes in Fluxbox. | 27 | You can also use the Blackbox themes in Fluxbox. |
27 | If there isn't any format for the tab in the theme then | 28 | If there isn't any format for the tab in the theme then |
28 | the tab will have the same theme as the titlebar. | 29 | the tab will have the same theme as the titlebar. |
29 | 30 | ||
31 | The keys config file can be selected in the file init: | ||
32 | session.keyFile: <filename here> | ||
33 | The keys file is no longer compatible with bbkeys. There's a convertkeys | ||
34 | script at http://fluxbox.sourceforge.net/ that will convert the bbkeys | ||
35 | format to the fluxbox format. | ||
36 | |||
37 | |||
38 | A few extra notes: | ||
39 | - To disable tabs and/or iconbar just change it in configure menu. | ||
40 | - To work with tabs, use the third mouse button to drag a tab to another tab. | ||
41 | This will group the two windows together. | ||
42 | - With 'Sloppy Window Grouping' turned on (in your configure menu), you can | ||
43 | drop the tabs anywhere on the target window to group windows together. | ||
44 | - The 'Maximize Slit Stop' option means that maximized windows will stop at | ||
45 | the outside border of the slit, keeping the slit in full view. | ||
46 | - In the init file, the session.screen0.rootCommand: option will override | ||
47 | the rootCommand option in a theme- keeping your background the same, no | ||
48 | matter what the theme says it should be. | ||
49 | |||
30 | Thanks: | 50 | Thanks: |
31 | Blackbox team | 51 | Blackbox team |
32 | #linux.se@dalnet, #linux.se@openproject.net | 52 | aleczapka, skarin, Perc, xfs, skypher and skywarper for buggtesting |
33 | skypher of openprojects for buggtesting and providing fluxbox with themes: | 53 | skypher of openprojects for buggtesting and providing fluxbox with themes: |
34 | Clean CleanColor Makro, Carbondioxide and MerleyKay. | 54 | Clean CleanColor Makro, Carbondioxide and MerleyKay. |
35 | skarin, Perc, xfs, skypher and skywarper for buggtesting | 55 | People at #fluxbox@openprojects.net |
56 | And for the people who send bugfixes/patches | ||