portable version of OpenBSD's cwm(1) window manager
Go to file
Christian Neukirchen 601779351c Version 5.1
2012-05-02 14:26:57 +02:00
calmwm.c allow configurable menu font color; from Alexander Polakov with a tweak 2011-09-08 12:35:33 +00:00
calmwm.h Define compatibility macros only if they are needed 2012-05-02 14:26:14 +02:00
client.c add WM_TRANSIENT_FOR event support: moves dialogs, toolbars and such to 2011-09-13 08:41:57 +00:00
conf.c fix spelling I keep getting wrong for some unknown reason; found by and 2011-09-13 09:17:30 +00:00
cwm.1 introduce a new 'freeze' flag (CMS-f by default) which may be applied to 2011-05-07 17:15:37 +00:00
cwmrc.5 put snapdist in the correct location; as an option, not a bind; Tiago Cunha. 2011-11-06 02:03:47 +00:00
fgetln.c Add missing functions 2010-02-21 19:18:12 +01:00
font.c allow configurable menu font color; from Alexander Polakov with a tweak 2011-09-08 12:35:33 +00:00
group.c check if we're in the group already, else multiple calls to 2011-12-29 20:48:38 +00:00
kbfunc.c cvsimport 2011-09-08 12:35:33 +00:00
LICENSE All of the 9wm code in cwm has been removed or re-written. Edit LICENSE 2008-01-16 16:14:55 +00:00
Makefile Add release target to Makefile 2012-05-02 14:26:36 +02:00
menu.c reinit menu on reload; from Alexander Polakov. needed for catching 2011-09-08 12:00:49 +00:00
mousefunc.c rename variable to reduce potential for name-space collision. 2011-10-17 18:18:38 +00:00
parse.y allow configurable menu font color; from Alexander Polakov with a tweak 2011-09-08 12:35:33 +00:00
README Version 5.1 2012-05-02 14:26:57 +02:00
screen.c tag and comment cleanup; ok oga@ 2011-05-11 13:53:51 +00:00
search.c We are inconsistent when it comes to function returns, so just go all 2011-07-25 15:10:24 +00:00
strlcat.c Add missing functions 2010-02-21 19:18:12 +01:00
strlcpy.c Add missing functions 2010-02-21 19:18:12 +01:00
strtonum.c Add missing functions 2010-02-21 19:18:12 +01:00
util.c We are inconsistent when it comes to function returns, so just go all 2011-07-25 15:10:24 +00:00
xevents.c cvsimport 2011-09-13 09:17:30 +00:00
xmalloc.c tag and comment cleanup; ok oga@ 2011-05-11 13:53:51 +00:00
xutil.c We are inconsistent when it comes to function returns, so just go all 2011-07-25 15:10:24 +00:00

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.
Releases are roughly coordinated.

The revision controlled version is at https://github.com/chneukirchen/cwm
Releases can be found at http://chneukirchen.org/releases

ChangeLog:

2012-05-02: First public release 5.1 of portable cwm.

--Christian Neukirchen <chneukirchen@gmail.com>

[0]: http://www.openbsd.org/cgi-bin/cvsweb/xenocara/app/cwm/