portable version of OpenBSD's cwm(1) window manager
Go to file
okan 26ba152692 Remove duplicate client queue (mruq); instead, remove and take the
global Clientq and place it inside screen_ctx since every client belongs
to a screen, then use the same per screen clientq to track stacking
order (the sole reason for mruq).
2014-09-08 20:11:22 +00:00
calmwm.c Remove duplicate client queue (mruq); instead, remove and take the 2014-09-08 20:11:22 +00:00
calmwm.h Remove duplicate client queue (mruq); instead, remove and take the 2014-09-08 20:11:22 +00:00
client.c Remove duplicate client queue (mruq); instead, remove and take the 2014-09-08 20:11:22 +00:00
conf.c more style nits 2014-09-07 19:27:30 +00:00
cwm.1 Implement _NET_WM_STATE_STICKY, bound to CM-s by default; allows any 2014-08-25 12:49:19 +00:00
cwmrc.5 Implement _NET_WM_STATE_STICKY, bound to CM-s by default; allows any 2014-08-25 12:49:19 +00:00
group.c Now that a group knows its screen, only pass down the group_ctx. 2014-09-08 13:51:29 +00:00
kbfunc.c Remove duplicate client queue (mruq); instead, remove and take the 2014-09-08 20:11:22 +00:00
Makefile move the 2 small font helper functions to xutil.c 2013-05-19 23:38:20 +00:00
menu.c more style nits 2014-09-07 19:27:30 +00:00
mousefunc.c Remove duplicate client queue (mruq); instead, remove and take the 2014-09-08 20:11:22 +00:00
parse.y re-add lost free from previous 2014-01-30 22:41:16 +00:00
screen.c Remove duplicate client queue (mruq); instead, remove and take the 2014-09-08 20:11:22 +00:00
search.c more style nits 2014-09-07 19:27:30 +00:00
util.c sort 2012-11-09 03:52:02 +00:00
xevents.c screen_fromroot -> screen_find 2014-09-07 17:38:38 +00:00
xmalloc.c more style nits 2014-09-07 19:27:30 +00:00
xutil.c Remove duplicate client queue (mruq); instead, remove and take the 2014-09-08 20:11:22 +00:00