fluxbox fork with a slight change to maximized windows
Find a file
2008-01-03 17:34:12 -08:00
data added key command StartTabbing 2007-12-20 23:07:46 -08:00
doc allow arbitrary window patterns in iconbar 2007-11-12 21:59:43 +00:00
nls updated german translations for maximization menu 2007-12-25 14:27:09 -08:00
src remove old svn $Id$ tags 2008-01-03 17:34:12 -08:00
util remove old svn $Id$ tags 2008-01-03 17:34:12 -08:00
.cvsignore update 2004-01-09 16:28:51 +00:00
acinclude.m4 adds imlib2-support to fluxbox: allows us to load several imageformats 2004-12-21 23:42:09 +00:00
AUTHORS who? 2006-08-04 03:20:49 +00:00
autogen.sh shell portability fix 2006-04-17 08:30:00 +00:00
BUGS cleaned and updated 2007-08-11 19:04:26 +00:00
ChangeLog moved DelayedCmd from Screen.cc to FbTk/Timer.cc, added it to the keys file 2007-12-28 01:19:33 -08:00
configure.in move #define SHAPE to config.h instead of -DSHAPE on command line 2007-12-28 12:55:51 -08:00
COPYING new copyright year 2007-08-11 19:03:08 +00:00
Doxyfile updated project number 2007-08-11 19:06:34 +00:00
INSTALL updated 2002-11-06 11:00:52 +00:00
install-sh Initial revision 2001-12-11 20:47:02 +00:00
ltconfig Initial revision 2001-12-11 20:47:02 +00:00
Makefile.am Default value for $LAUNCHER, plus add util and util/fbrun to the 2007-03-31 11:28:46 +00:00
missing Initial revision 2001-12-11 20:47:02 +00:00
mkinstalldirs remove old svn $Id$ tags 2008-01-03 17:34:12 -08:00
NEWS changed default style to bloe 2007-10-08 05:51:56 +00:00
README removed KDE configure option 2007-12-24 22:49:46 -08:00
RoadMap clean slate 2007-08-11 18:56:02 +00:00
stamp-h.in Initial revision 2001-12-11 20:47:02 +00:00
TODO allow decorations bitmask to be specified with 0x 2007-10-21 21:37:48 +00:00
version.h.in check for compiler and version 2004-02-28 10:33:23 +00:00

This is a stable version of Fluxbox.

Fluxbox is a fork of the original Blackbox 0.61.1 sourcecode with
different goals.

Read NEWS to see whats new in this release.

For copyright information see COPYING

For more information and extensive documentation go to:
  http://fluxbox.org/version-0.9.php


Compile and Install:

  $ ./configure
  $ make
  and then as root
  # make install

Configuration options:

  For Gnome support ( default, does not require any gnome libraries ):
    ./configure --enable-gnome

  Use ./configure --help to see the full list of options

For former blackbox users:

 - You can use your old blackbox configuration file too. Just copy
   .blackboxrc to ~/.fluxbox/init . The same goes for menu file.

 - You can also use the Blackbox themes in Fluxbox. Fluxbox has a few
   extra styleoption for the tabs but they don't have to be specified.

 - The keys file is no longer compatible with bbkeys. There's a
   convertkeys script at http://fluxbox.sourceforge.net/ that will
   convert the bbkeys format to the fluxbox format.


A few extra notes about the new features:

 - To disable tabs and/or iconbar just change it in configure menu.

 - To work with tabs, use the third mouse button to drag a tab to
   another tab.  This will group the two windows together.

 - With 'Sloppy Window Grouping' turned on (in your configure menu),
   you can drop the tabs anywhere on the target window to group
   windows together.

 - The 'Maximize over Slit' option means that maximized windows will not
   stop at the outside border of the slit, and will instead cover it.

 - In the init file, the session.screen0.rootCommand: option will
   override the rootCommand option in a theme, keeping your background
   the same, no matter what the theme says it should be.


Thanks:

  Blackbox team

  People at #fluxbox on the irc.freenode.net irc-network.

  skypher of openprojects for bugtesting and providing fluxbox with
    themes: Clean CleanColor Makro, Carbondioxide and MerleyKay.


  And all the people who sent bugfixes/patches and helped us making
  Fluxbox a better application.