portable version of OpenBSD's cwm(1) window manager
Go to file
okan 3cb81ebeea If _NET_WM_DESKTOP is set to -1 during client creation, place the client into
group 0 (nogroup); solves problem initially discovered by oga@nicotinebsd with
tint2.  A clientmessage *after* client creation already handles this case.

Go further and assign every client to a group; in non-sticky mode, group 0
(nogroup) and sticky mode, the active group.  In both cases, autogroup will
override the group assignment.  Removing a group from a client always places
the client back into group 0 (nogroup).  Autogroup can also assign a client to
group 0 (nogroup) to keep a client always visible (unless of course one opts to
hide all clients).
2014-02-07 18:09:54 +00:00
calmwm.c No need to store screen colormap and visual; rather just use the X 2014-02-02 16:29:04 +00:00
calmwm.h Introduce a region queue and replace screen's XineramaScreenInfo; we 2014-02-03 21:07:47 +00:00
client.c Some clients set the urgency flag even if they are the active client; 2014-02-06 20:58:46 +00:00
conf.c No need to store screen colormap and visual; rather just use the X 2014-02-02 16:29:04 +00:00
cwm.1 Let the config parser continue parsing even after encountering an error; 2014-02-01 00:25:04 +00:00
cwmrc.5 keybinding -> key binding 2014-01-29 21:17:33 +00:00
group.c If _NET_WM_DESKTOP is set to -1 during client creation, place the client into 2014-02-07 18:09:54 +00:00
kbfunc.c Move cwm_status around to avoid header fu, and remove extraneous signal 2014-01-30 15:41:11 +00:00
Makefile move the 2 small font helper functions to xutil.c 2013-05-19 23:38:20 +00:00
menu.c Take menu's bwidth into account for position/size; reported by Thomas Adam. 2014-02-01 19:28:46 +00:00
mousefunc.c Remove duplicate mouse functions and instead use the kbfunc ones. No 2014-01-30 14:40:21 +00:00
parse.y re-add lost free from previous 2014-01-30 22:41:16 +00:00
screen.c Introduce a region queue and replace screen's XineramaScreenInfo; we 2014-02-03 21:07:47 +00:00
search.c Add a function that adds an entry to a menuq, normalizing a common code 2014-01-20 18:58:03 +00:00
util.c sort 2012-11-09 03:52:02 +00:00
xevents.c Move redundant bits from screen_init (while dealing with existing 2014-02-03 20:20:39 +00:00
xmalloc.c missing stdarg.h include 2013-12-17 16:12:18 +00:00
xutil.c use consistent types 2014-01-03 15:29:06 +00:00