The Fluxbox package contains a windows manager.
Download (HTTP): http://telia.dl.sourceforge.net/sourceforge/fluxbox/fluxbox-0.1.14.tar.bz2
Download size: 372 KB
Estimated Disk space required: 53.9 MB
Estimated build time: 1.28 SBU
Install Fluxbox by running the following commands:
patch -Np1 -i ../fluxbox-0.1.14-gcc33.patch && ./configure --prefix=/usr --enable-kde --enable-gnome && make && make install |
--enable-kde: This command activates Fluxbox's ability to allow KDE tray icons to be placed in the slit.
--disable-nls: This command disables Fluxbox's ability to support international languages. This is an optional switch to work around a compile problem if you did not install all locales.
~/.fluxbox/init, ~/.fluxbox/keys, ~/.fluxbox/menu
Be sure to backup your current .xinitrc before proceeding.
cat >> ~/.xinitrc << "EOF" exec fluxbox EOF |
mkdir ~/.fluxbox && cp /usr/share/fluxbox/init ~/.fluxbox/init && cp /usr/share/fluxbox/keys ~/.fluxbox/keys && cp /usr/share/fluxbox/menu ~/.fluxbox/menu |
Menu Items are added by editing~/.fluxbox/menu. The syntax is explained on the fluxbox man page.
The Fluxbox package contains fluxbox, bsetbg and bsetroot.
fluxbox is a window manager for X11 based on Blackbox 0.61.0.
bsetbg is a utility that sets the background image. It needs display, Esetroot, wmsetbg, xv, qiv or xsri to be used.
bsetroot is a Blackbox utility to change root window appearance.