Work setup.

This commit is contained in:
Bartek Stalewski 2022-02-01 15:39:40 +01:00
parent e793953363
commit 631f2360fb

View File

@ -38,7 +38,7 @@ static Sp scratchpads[] = {
};
/* tagging */
static const char *tags[] = {"\ue9ef", "\ue894", "\ue0c9", "\ue0e1", "\ue3fe", "\ue3ff"};
static const char *tags[] = {"\ue9ef", "\ue894", "\ue0c9", "\ue0e1", "\ue3fe", "\ue3ff", "7", "8", "\ue943", "\uea67"};
static const Rule rules[] = {
/* xprop(1):
@ -54,6 +54,7 @@ static const Rule rules[] = {
{ "Signal", NULL, NULL, 1 << 2, 0, 0, 0, -1 },
{ "discord", NULL, NULL, 1 << 2, 0, 0, 0, -1 },
{ NULL, "mutt", NULL, 1 << 3, 0, 1, 1, -1 },
{ NULL, "f_work", NULL, 1 << 8, 0, 1, 1, -1 },
{ NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */
{ NULL, "spterm", NULL, SPTAG(0), 1, 1, 0, -1 },
};