mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
portable version of OpenBSD's cwm(1) window manager
calmwm.c | ||
calmwm.h | ||
client.c | ||
conf.c | ||
cwm.1 | ||
cwmrc.5 | ||
fgetln.c | ||
font.c | ||
group.c | ||
kbfunc.c | ||
LICENSE | ||
Makefile | ||
menu.c | ||
mousefunc.c | ||
parse.y | ||
README | ||
screen.c | ||
search.c | ||
strlcat.c | ||
strlcpy.c | ||
strtonum.c | ||
util.c | ||
xevents.c | ||
xmalloc.c | ||
xutil.c |
This is a port of OpenBSD's excellent cwm[0] to Linux and other Unices. cwm is a window manager for X11 which contains many features that concentrate on the efficiency and transparency of window management. cwm also aims to maintain the simplest and most pleasant aesthetic. This port requires pkg-config, Xft, Xinerama and Xrandr. The included Makefile should work with both GNU make and BSD make. This version actively tracks changes in the OpenBSD CVS repository. --Christian Neukirchen <chneukirchen@gmail.com> [0]: http://www.openbsd.org/cgi-bin/cvsweb/xenocara/app/cwm/