| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| |
| | |
and properly encode \(:a
found by mandoc -Tlint
|
| | |
|
| |
| |
| |
| |
| |
| | |
(with the manpage bit from me).
ok oga@
|
| |
| |
| |
| |
| |
| |
| |
| | |
fix linecount bug with comments spanning multiple lines
problem reported with the obvious fix for bgpd by Sebastian Benoit
<benoit-lists at fb12.de>, also PR 6432
ok oga@
|
| | |
|
|\| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
cwmrc(5)). instead, fix cwmrc(5) to match the old behavior which also
happens to match the example config, of which many have based their
configs; this also nicely matches the output of xprop(1).
clean-up of variable names as a separate commit.
suggested by sthen (and something we should have done initially).
discussed with and ok oga@
|
| |
| |
| |
| | |
ok oga@ phessler@
|
| |
| |
| |
| | |
ok oga@
|
|\| |
|
| |
| |
| |
| | |
ok oga@
|
| |
| |
| |
| |
| |
| |
| |
| | |
use the appropriate netwm Atom first, as well as deal with utf8.
slightly different incarnation tested by sthen@ and ajacoutot@ - thanks!
ok oga@
|
|\| |
|
| |
| |
| |
| |
| |
| |
| | |
This closes a race we were hitting often where stuff started right
before cwm may not get noticed and not have borders.
ok okan@. Prompted by something todd noticed.
|
| |
| |
| |
| | |
ok oga@
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* .Bl may only have .It children
* .SH requires an argument
* blank lines are illegal outside literal context
Now "cd /usr/xenocara && make man" succeeds,
but unfortunately, that covers a minority of X11 manuals only.
ok matthieu@
|
| | |
|
|/
|
|
|
| |
Patch largely based on cwmbuild.sh from http://tamentis.com/hacks/cwm/
written by Bertrand Janin, updated by Christian Neukirchen.
|
|
|
|
|
|
|
|
|
| |
struct just for this is the least intrusive approach until the menu code
is reviewed.
inspired by Thomas Pfaff's report on tech@
ok oga@
|
|
|
|
|
|
| |
Makes XMMS windows appear as expected.
ok okan, oga
|
|
|
|
|
|
| |
- teach _NET_WORKAREA about gap.
ok oga@
|
|
|
|
|
|
| |
are required.
encourged to go all the way by oga@
|
| |
|
|
|
|
| |
ok oga@
|
|
|
|
| |
ok oga@
|
|
|
|
| |
ok oga@
|
|
|
|
|
|
| |
separate commits.
ok oga@
|
|
|
|
|
|
| |
it's superfluous.
ok okan@
|
|
|
|
| |
ok okan@
|
|
|
|
|
|
| |
me for not reading xlibs (appauling) documentation more closely.
ok okan@
|
|
|
|
|
|
|
|
|
|
|
|
| |
it works kinda like _CWM_GRP, which we added to aid restarts a while
ago, but it's standardised and clients are specifically allowed to set
it to request a desktop.
for noe we leave _CWM_GRP support in, but its days are now numbered.
while i'm here fixup an int/long mixup with an earlier diff.
ok okan@
|
|
|
|
|
|
|
|
|
|
| |
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@
|
|
|
|
|
|
|
|
| |
and _NET_SHOWING_DESKTOP (we're never doing so right now).
only three informational root-window hints to go.
ok okan@
|
|
|
|
|
|
| |
_NET_DESKTOP_GEOMETRY.
ok okan@
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
remove screen_current() it was utterly bogus when nscreens > 1.
pass a fake client_ctx in the case where there's no client and the
kbfunc or mousefunc doesn't need a real one, it just contains the
current screen, modify these functions so that they pass down the screen
context to their callees.
make groups per screen, it's the only way it makes sense in this regard.
ok okan@.
|
|
|
|
|
|
|
|
|
| |
into screen_ctx and start passing screen_ctx around to in order get rid
of Curscreen; fixup per-screen config colors the same way.
diff mostly from oga@, with a bit harsher reaction to the state of screen_ctx.
"please commit" oga@
|
|
|
|
|
|
|
| |
unchangable. the group code needs some cleaning up before this will be a
bit less hackish.
ok okan@
|
|
|
|
|
|
|
|
| |
the x property api doesn't let you remove one entry from an X property
array, so client_remove is kinda expensive, but there's no real way
around that..
ok okan@
|
|
|
|
|
|
|
| |
supported, the client message to change this will be supported when all
informational hints are working.
ok okan@
|
|
|
|
|
|
|
|
|
|
| |
allows java to be happy, but additionally stops others from whinning
about a non-netwm complaint wm. more to come.
written a few times; this one includes a clever hack from oga@ to
populate _NET_SUPPORTED.
ok oga@
|
|
|
|
|
|
| |
from Thomas Pfaff
ok oga@
|
|
|
|
| |
ok oga@
|
|
|
|
| |
ok oga@
|
|
|
|
| |
ok oga@
|
|
|
|
| |
ok oga, okan
|
|
|
|
| |
ok (and better style suggestion by) oga, okan
|
|
|
|
|
|
|
|
|
| |
all adjacent screens. This patch hides the borders while the window is
maximized.
From Bertrand Janin; thanks!
ok okan@
|
|
|
|
|
|
|
| |
instead, by moving the check for '\0' to only the places that it
matters. hint and 50% of the diff from oga@, prodded by todd@
ok oga@
|
|
|
|
| |
ok oga
|