diff --git a/cmd/wmii/div.c b/cmd/wmii/div.c index d1a1c0ea..fac65ca1 100644 --- a/cmd/wmii/div.c +++ b/cmd/wmii/div.c @@ -94,7 +94,7 @@ static void drawdiv(Divide *d) { fill(divmask, divmask->r, (Color){0}); - drawimg(divmask, (Color){1}, (Color){1}, d); + drawimg(divmask, (Color){~0,~0,~0}, (Color){~0,~0,~0}, d); drawimg(divimg, divcolor.bg, divcolor.border, d); copyimage(d->w, divimg->r, divimg, ZP); diff --git a/man/wmii.1 b/man/wmii.1 index 603a7a0e..30e79c27 100644 --- a/man/wmii.1 +++ b/man/wmii.1 @@ -307,13 +307,24 @@ Additionally, the following keys are accepted and have special meaning: .RS 8 + +.RS +: continue +.RS +Normally, when a matching rule is encountered, rule +matching stops. When the continue key is provided +(with any value), matching continues at the next +rule. +.RE +.RE .TP -default\-tags \fI\fR +default\-tags=\fI\fR Like \fItags\fR, but only sets the tags if they can't be obtained from the client's group or from the _WMII_TAGS window property. This key should be preferred to the \fItags\fR key in most cases. .RS -8 + .TP keys The \fIkeys\fR file contains a list of keys which