Work setup.
This commit is contained in:
parent
e793953363
commit
631f2360fb
@ -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 },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user