Die K Desktopumgebung

9.4. How do I replace KWM with another KDE-compliant window manager like Blackbox and Window Maker?

First, download the source code and compile them. You would probably need to specify some option when you execute the configure script in order to produce KDE-compliant binaries. Read the README and INSTALL files for instructions. Then simply replace the 'kwm' command in the startkde script with the command that runs the new window manager and you're done.

9.4.1. Blackbox

Blackbox is yet another addition to the list of window managers for X. It is built with C++, sharing no common code with any other window manager (even though the graphics implementation is similar to that of Window Maker). Blackbox became KDE compliant at its 0.50.2 release. Please visit Blackbox's Website for further information. You might also find this website KDE + Blackbox = KBB! useful.

To use Blackbox with KDE, first download the source code and run:
 $ ./configure --with-kde
 $ make
 # make install
(the "with-kde" flag enables KDE support)

Next, replace the 'kwm' command in the startkde script with 'blackbox'. Save the new script as, for example, '/usr/local/kde/bin/startbb' and change the bottom line of your $HOME/.xinitrc file so that it runs the new script instead of the old one. Fire up X and you're away. (KDM and XDM users would probably need to edit $HOME/.xsession instead.)

9.4.2. Window Maker

Window Maker is an X11 window manager designed to give additional integration support for GNUstep applications. It tries to emulate the elegant look and feel of the NeXTSTEP(tm) GUI. It is relatively fast, rich in features, and easy to configure and use. Window Maker becomes KDE compliant at its 0.50.0 release. Please visit the Official Window Maker Website for further information.