mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
portable version of OpenBSD's cwm(1) window manager
9f36d4af35
group_show() and group_hide() are not the only ways a group can change state - if all clients in a group are either hidden or unhidden, then that group's state should change, as well as the various EWMH ways. Instead of trying to keep track in a wide variety of places, simply query the clients in a group before needing to take action based on the group's state. Solves long standing confusion of when a group is hidden or not. |
||
---|---|---|
calmwm.c | ||
calmwm.h | ||
client.c | ||
conf.c | ||
cwm.1 | ||
cwmrc.5 | ||
group.c | ||
kbfunc.c | ||
Makefile | ||
menu.c | ||
mousefunc.c | ||
parse.y | ||
screen.c | ||
search.c | ||
util.c | ||
xevents.c | ||
xmalloc.c | ||
xutil.c |