| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
|
|
| |
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@
|