From 7fd5cd54f8523e58e8f760587ab7456824c7e28b Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 7 May 2023 14:57:05 +0200 Subject: Update rules --- config.h | 7 ++++--- 1 file 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) */ -- cgit v1.2.3-70-g09d2