zbar ignore

This commit is contained in:
tavo-wasd 2024-05-03 14:00:54 -06:00
parent 4d52a0a8a6
commit a9c9bd4a8b
2 changed files with 2 additions and 0 deletions

View file

@ -37,6 +37,7 @@ static const Rule rules[] = {
/* class instance title tags mask isfloating isterminal noswallow monitor */
{ "st", NULL, NULL, 0, 0, 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 */
};

View file

@ -116,6 +116,7 @@ diff '--color=auto' -Nu a/config.h b/config.h
+ /* class instance title tags mask isfloating isterminal noswallow monitor */
+ { "st", NULL, NULL, 0, 0, 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 */
+};
+