commit 154f750e0a3159b33f2d519fcdf7e5b8c7a4c97f
parent 67243570270ce12a70883bda00b869d7d98ba58c
Author: Kris Maglione <kris@suckless.org>
Date: Sat, 5 Jun 2010 14:36:41 -0400
Fix drawing shape mask.
Diffstat:
2 files changed, 14 insertions(+), 3 deletions(-)
diff --git 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
@@ -307,13 +307,24 @@ Additionally, the following keys are accepted and have
special meaning:
.RS 8
-.TP
-default\-tags \fI<tags>\fR
+
+.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<tags>\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