diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-05-07 14:57:05 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-05-07 14:57:13 +0200 |
commit | 7fd5cd54f8523e58e8f760587ab7456824c7e28b (patch) | |
tree | d0d042437ac79fbfc949e97e40fb2a7136ef0543 | |
parent | 68a70fbbc62dfc262973958b10196f80b272a8c5 (diff) |
Update rules
-rw-r--r-- | config.h | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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) */ |