portable version of OpenBSD's cwm(1) window manager
Go to file
2018-02-19 19:29:42 +00:00
calmwm.c Clean up conf_file/homedir and conf_init() bits. 2018-02-09 19:54:54 +00:00
calmwm.h Store the screen's visual type and colormap. 2018-02-13 15:43:15 +00:00
client.c Use screen's saved view instead of re-querying the server. 2018-02-06 15:05:20 +00:00
conf.c Store the screen's visual type and colormap. 2018-02-13 15:43:15 +00:00
cwm.1 Slightly expand and expose verbose debugging. 2018-02-04 22:56:26 +00:00
cwmrc.5
group.c
kbfunc.c
Makefile
menu.c
parse.y Do not print any parse errors when ~/.cwmrc is missing. Regression introduced in 2018-02-19 19:29:42 +00:00
screen.c Store the screen's visual type and colormap. 2018-02-13 15:43:15 +00:00
search.c Simplification; use asprintf where appropriate now. 2018-02-02 13:27:25 +00:00
util.c Slightly expand and expose verbose debugging. 2018-02-04 22:56:26 +00:00
xevents.c Slightly expand and expose verbose debugging. 2018-02-04 22:56:26 +00:00
xmalloc.c
xutil.c