| Commit message (Collapse) | Author | Lines |
|
says that a pager can change the property at any time (most need a
clientmessage). So deal with property updates.
Needed to shuffle some of the other code around since we can't just use
shortcut_to_name[] everywhere now.
ok okan@
|
|
place anyway, this makes things a bit more consistent; from Thomas Pfaff
ok oga@
|
|
using Xft(3), use it to select the font color as well instead of trying
to build one; properly allocate and free colors at-will, e.g. we now
have configurable colors.
feedback and ok's todd@ and oga@
|
|
it more useful on large screens
manpage tweak & ok jmc@
ok okan@, oga@
|
|
ok todd@ oga@
|
|
(therefore leaking it) when cleaning up a conf struct.
ok okan@
|
|
from okan@
ok oga@
|
|
it in group.c where it it used most, and add an extern definition for
the other users of it.
Found by gcc -Wall. ok okan@
|
|
ok oga@
|
|
Found by myself, analysis by kurt@, fix by me with input from otto.
``Just get some fix in...'' deraadt
|
|
makes the code a lot simpler. While here rearrange the font handling functions
to be less shit.
ok and help okan@.
|
|
- if no config file, continue silently and apply defaults
- if config file, parse and move on
- if config file specified but not found, error out
ok oga@
|
|
some minor fixups, man page bits and knf.
ok oga@
|
|
automatically "sticky" (in the traditional sense of the word) windows in
autogroup mode.
Based on an initial diff from Andrew Fresh, thanks!
ok okan@.
|
|
Since it's only used once just put the (simplified) logic into
conf_client() instead. This means we can kill an enum and
CONF_IGNORECASE, too.
ok okan@
|
|
lot simpler just to do while (entry = TAILQ_FIRST(head)) than to do a
for () over the whole lot. Simpler, shorter and probably faster.
ok okan@
|
|
From Pierre Riteau
Makes sense to oga@
|
|
respectively.
ok okan.
|
|
|
|
of the screen where an application won't be {,vert}maximized over. used for
placing a statusbar or something like xclock.
Patch from Edd Barrett, with input from myself and okan. Thanks!
ok okan@.
|
|
suggested by and ok oga@
|
|
found in other places of the tree. Remove sticky and font commandline
options and add another one for alternative config locations.
Split off cwmrc(5) from cwm(1), nuke #ifdef __OpenBSD__ while there.
tested by various kind people, feedback from oga@ and okan@ - thanks!
ok oga@, jasper@, okan@
|