portable version of OpenBSD's cwm(1) window manager
Go to file
oga 44d8b1d3ac Make flavours of maximisation additive.
i.e. horiz-max + vertmax = full maximisation.  full - horiz = vertmax.
etc.

Martynas wrote something like this once, so I did okan, this version
seems to finally deal with the corner cases.

ok okan@.
2011-09-04 16:59:31 +00:00
calmwm.c
calmwm.h Make flavours of maximisation additive. 2011-09-04 16:59:31 +00:00
client.c Make flavours of maximisation additive. 2011-09-04 16:59:31 +00:00
conf.c simplify color initialization. 2011-09-03 09:25:39 +00:00
cwm.1
cwmrc.5 Add {r,}cycleingroup to cycle through clients belonging to the same 2011-09-03 09:20:58 +00:00
font.c
group.c
kbfunc.c
LICENSE
Makefile
menu.c
mousefunc.c split off window hints from geometry so we don't need to carry them all 2011-09-03 09:42:33 +00:00
parse.y "defaultfont" is unclear (and confusing while reading code) when it also 2011-09-03 09:17:16 +00:00
screen.c
search.c
util.c
xevents.c
xmalloc.c
xutil.c