portable version of OpenBSD's cwm(1) window manager
Go to file
Christian Neukirchen 0cad4ef6e0 cvsimport
2013-12-13 12:57:57 +00:00
calmwm.c cvsimport 2013-12-13 12:57:57 +00:00
calmwm.h cvsimport 2013-12-13 12:57:57 +00:00
client.c cvsimport 2013-12-13 12:57:57 +00:00
conf.c cvsimport 2013-12-02 20:01:19 +00:00
cwm.1 replace 'reload' with 'restart', which merely re-exec's cwm using the 2012-10-31 19:30:19 +00:00
cwmrc.5 Remove the option to bind a key by keycode with brackets; it never 2013-11-27 16:24:17 +00:00
fgetln.c Add missing functions 2010-02-21 19:18:12 +01:00
group.c cvsimport 2013-12-11 22:14:23 +00:00
kbfunc.c cvsimport 2013-12-13 12:57:57 +00:00
Makefile Makefile: rm -f is enough 2013-10-16 23:05:51 +02:00
menu.c When we receive a NotionNotify event, there's no need to (incorrectly 2013-12-02 20:01:19 +00:00
mousefunc.c cvsimport 2013-12-13 12:57:57 +00:00
parse.y Revert "use u_char for buffers in yylex" 2013-12-06 23:16:54 +01:00
queue.h Vendor OpenBSD queue.h,v 1.36 2012-11-26 16:26:41 +01:00
README Version 5.1 2012-05-02 14:26:57 +02:00
screen.c cvsimport 2013-06-20 02:33:57 +00:00
search.c cvsimport 2013-12-11 22:14:23 +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 Use vendored queue.h everywhere 2012-11-26 16:27:22 +01:00
xevents.c cvsimport 2013-12-13 12:57:57 +00:00
xmalloc.c cvsimport 2012-11-28 14:32:44 +00:00
xutil.c cvsimport 2013-12-11 22:14:23 +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/