More work setup.

This commit is contained in:
Bartek Stalewski 2022-02-21 11:19:49 +01:00
parent 816ccdd53f
commit 7836d8b0be

View File

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