summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/config.h b/config.h
index 341ea3c..ba7bd3c 100644
--- a/config.h
+++ b/config.h
@@ -51,9 +51,10 @@ static const Rule rules[] = {
* WM_NAME(STRING) = title
*/
/* class instance title tags mask isfloating isterminal noswallow monitor */
- { BROWSER, NULL, NULL, 1 << 8, 0, 0, -1, -1 },
- { TERMCLASS, NULL, NULL, 0, 0, 1, 0, -1 },
- { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */
+ { TERMCLASS, NULL, NULL, 0, 0, 1, 0, -1 },
+ { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 },
+ { TERMCLASS, "spterm", NULL, SPTAG(0), 1, 1, 0, -1 },
+ { TERMCLASS, "spcalc", NULL, SPTAG(1), 1, 1, 0, -1 },
};
/* layout(s) */