<http://wwwcip.cs.fau.de/~re06huxa/herbstluftwm/>
I find it extremely good and it has just replaced ratpoison as my WM. Maybe it will be a good match for someone else too (it is virtually unknown). Here's a patch for it to compile on OpenBSD (you'll need `gmake` and `asciidoc`): diff --git a/Makefile b/Makefile index 1412745..bf5c224 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ tar: doc doc/%.1: doc/%.txt $(call colorecho,DOC,$@) - @a2x -f manpage -a "herbstluftwmversion=herbstluftwm $(VERSION)" -a "date=`date +%Y-%m-%d`" $< + @a2x.py -f manpage -a "herbstluftwmversion=herbstluftwm $(VERSION)" -a "date=`date +%Y-%m-%d`" $< doc/%.html: doc/%.txt $(call colorecho,DOC,$@) diff --git a/config.mk b/config.mk index 93a3c9a..e7abf05 100644 --- a/config.mk +++ b/config.mk @@ -4,7 +4,7 @@ X11INC = /usr/X11R6/include X11LIB = /usr/X11R6/lib INCS = -Isrc/ -I/usr/include -I${X11INC} `pkg-config --cflags glib-2.0` -LIBS = -L/usr/lib -lrt -lc -L${X11LIB} -lX11 `pkg-config --libs glib-2.0` +LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 `pkg-config --libs glib-2.0` # FLAGS LD = gcc