BadWM is a minimalistic window manager for the X Window System
licensed under the GNU General Public License (see LICENSE file). 
It is based on evilwm - less evil, but quite bad.
All window managers suck. This one just sucks less.

Patches and suggestions are always welcome! 


FEATURES

 * No window decorations apart from a simple 1 pixel border.
 * No icons.
 * No menu.
 * Good keyboard control including repositioning and maximise toggles.
 * Virtual desktops.
 * Small binary size.
 * Intellegent window placement.
 * Intellegent window resizing.
 * Multihead support.
 * Snap to edge.
 * Snap to border.


INSTALL
Read the INSTALL file (I mean it!).


CONTROLS
For changing these and some other settings take a look at the
src/include/settings.h file. 

You can manipulate windows by holding down YOUR_KEY and doing so anywhere in
the client window.  The controls are:

Button 1	Move window
Button 2	Resize window

Most keyboard controls are used by holding down YOUR_KEY, then
pressing a key.  Available functions are:

Return		Spawn new xterm
K		Delete current window
Down		Lower current window
T, Z, G, H	Move window to top-left, top-right, bottom-left or
		bottom-right of screen
V		Maximise current window vertically (toggle)
C		Maximise current window horizontally (toggle)
X		Maximise current window (toggle)
F		Fix or unfix window (toggle its 'sticky' status)
1 - 8		Switch virtual desktop

In addition to the above, YOUR_KEY+Tab can be used to cycle through windows
on screen.
