portable version of OpenBSD's cwm(1) window manager
Go to file
2016-11-15 00:22:02 +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 revert previous; upcoming changes will hopefully deal with these more 2016-11-15 00:22:02 +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 revert previous; upcoming changes will hopefully deal with these more 2016-11-15 00:22:02 +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 revert previous; upcoming changes will hopefully deal with these more 2016-11-15 00:22:02 +00:00
Makefile
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 Define callbacks, then default bindings. 2016-11-14 21:25:59 +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
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