More work setup.
This commit is contained in:
parent
816ccdd53f
commit
7836d8b0be
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ static Sp scratchpads[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
/* tagging */
|
/* 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[] = {
|
static const Rule rules[] = {
|
||||||
/* xprop(1):
|
/* xprop(1):
|
||||||
|
@ -49,7 +49,7 @@ static const Rule rules[] = {
|
||||||
{ NULL, NULL, "st", 0, 0, 1, 0, -1 },
|
{ NULL, NULL, "st", 0, 0, 1, 0, -1 },
|
||||||
{ "Firefox", NULL, NULL, 2, 0, 0, 0, -1 },
|
{ "Firefox", NULL, NULL, 2, 0, 0, 0, -1 },
|
||||||
{ "Ferdi", NULL, NULL, 1 << 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, "mutt", NULL, 1 << 3, 0, 1, 1, -1 },
|
||||||
{ NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */
|
{ NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */
|
||||||
{ NULL, "spterm", NULL, SPTAG(0), 1, 1, 0, -1 },
|
{ NULL, "spterm", NULL, SPTAG(0), 1, 1, 0, -1 },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue