portable version of OpenBSD's cwm(1) window manager
Go to file
okan 98c913cc3b Remove the (8) default bindings for pointer move since they conflict with
default bindings for emacs, which wins; the feature remains and can be bound to
whatever users wish with cwmrc(5).

from mpi@
2016-11-14 13:52:33 +00:00
calmwm.c Refactor callbacks to take a void * so as to not try and generalize into 2016-10-18 17:03:30 +00:00
calmwm.h Get rid of 'matchname'; it's too surprising to have the menu change during 2016-10-24 17:16:23 +00:00
client.c Refactor callbacks to take a void * so as to not try and generalize into 2016-10-18 17:03:30 +00:00
conf.c Remove the (8) default bindings for pointer move since they conflict with 2016-11-14 13:52:33 +00:00
cwm.1 Remove the (8) default bindings for pointer move since they conflict with 2016-11-14 13:52:33 +00:00
cwmrc.5 More accurate to say 'toggle', rather than 'select', for group[n]/nogroup. 2016-10-05 14:01:23 +00:00
group.c Sprinkle __func__ in appropriate error messages. 2016-10-24 17:39:38 +00:00
kbfunc.c Make it clear these are flags. 2016-10-24 20:44:08 +00:00
Makefile remove debug that accidentally snuck in 2016-09-20 18:23:12 +00:00
menu.c Make it clear these are flags. 2016-10-24 20:44:08 +00:00
mousefunc.c Refactor callbacks to take a void * so as to not try and generalize into 2016-10-18 17:03:30 +00:00
parse.y Defaults are split between defines and conf_init(); normalize these, as 2016-10-03 14:42:34 +00:00
screen.c Sprinkle __func__ in appropriate error messages. 2016-10-24 17:39:38 +00:00
search.c Remove duplicate check that strsubmatch() already does; while here, fix a 2016-10-24 18:57:12 +00:00
util.c On execwm, we should properly release resources before exec'ing into a 2015-09-16 17:58:25 +00:00
xevents.c Refactor callbacks to take a void * so as to not try and generalize into 2016-10-18 17:03:30 +00:00
xmalloc.c
xutil.c Stash wmname into conf. 2016-10-05 13:10:59 +00:00