zbar ignore
This commit is contained in:
parent
4d52a0a8a6
commit
a9c9bd4a8b
2 changed files with 2 additions and 0 deletions
1
config.h
1
config.h
|
@ -37,6 +37,7 @@ static const Rule rules[] = {
|
||||||
/* class instance title tags mask isfloating isterminal noswallow monitor */
|
/* class instance title tags mask isfloating isterminal noswallow monitor */
|
||||||
{ "st", NULL, NULL, 0, 0, 1, 0, -1 },
|
{ "st", NULL, NULL, 0, 0, 1, 0, -1 },
|
||||||
{ "Display-im6.q16", NULL, NULL, 0, 1, 1, 0, -1 },
|
{ "Display-im6.q16", NULL, NULL, 0, 1, 1, 0, -1 },
|
||||||
|
{ "zbar", NULL, NULL, 0, 1, 1, 0, -1 },
|
||||||
{ NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */
|
{ NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -116,6 +116,7 @@ diff '--color=auto' -Nu a/config.h b/config.h
|
||||||
+ /* class instance title tags mask isfloating isterminal noswallow monitor */
|
+ /* class instance title tags mask isfloating isterminal noswallow monitor */
|
||||||
+ { "st", NULL, NULL, 0, 0, 1, 0, -1 },
|
+ { "st", NULL, NULL, 0, 0, 1, 0, -1 },
|
||||||
+ { "Display-im6.q16", NULL, NULL, 0, 1, 1, 0, -1 },
|
+ { "Display-im6.q16", NULL, NULL, 0, 1, 1, 0, -1 },
|
||||||
|
+ { "zbar", NULL, NULL, 0, 1, 1, 0, -1 },
|
||||||
+ { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */
|
+ { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */
|
||||||
+};
|
+};
|
||||||
+
|
+
|
||||||
|
|
Loading…
Reference in a new issue