Sonos player.

This commit is contained in:
Bartek Stalewski 2022-03-11 18:25:35 +01:00
parent b2e788f134
commit 7863e76b07

View file

@ -40,7 +40,7 @@ static Sp scratchpads[] = {
}; };
/* tagging */ /* tagging */
static const char *tags[] = {"\ue9ef", "\ue80b", "\ue0c9", "\ue0e1", "\ue3fe", "\ue3ff", "7", "\ue8af", "\ue943", "\ue894"}; static const char *tags[] = {"\ue9ef", "\ue80b", "\ue0c9", "\ue0e1", "\ue3fe", "\ue3ff", "\ue405", "\ue8af", "\ue943", "\ue894"};
static const Rule rules[] = { static const Rule rules[] = {
/* xprop(1): /* xprop(1):
@ -52,8 +52,9 @@ static const Rule rules[] = {
{ "Firefox", NULL, NULL, 2, 0, 0, 1, -1 }, { "Firefox", NULL, NULL, 2, 0, 0, 1, -1 },
{ "Ferdi", NULL, NULL, 1 << 2, 0, 0, 0, -1 }, { "Ferdi", NULL, NULL, 1 << 2, 0, 0, 0, -1 },
{ "Slack", NULL, NULL, 1 << 7, 0, 0, 0, -1 }, { "Slack", NULL, NULL, 1 << 7, 0, 0, 0, -1 },
{ NULL, "mutt", NULL, 1 << 3, 0, 1, 1, -1 }, { "sonos-controller-unofficial", NULL, NULL, 1 << 6, 0, 0, 0, -1 },
{ NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */ { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */
{ NULL, "mutt", NULL, 1 << 3, 0, 1, 1, -1 },
{ NULL, "spterm", NULL, SPTAG(0), 1, 1, 0, -1 }, { NULL, "spterm", NULL, SPTAG(0), 1, 1, 0, -1 },
{ NULL, "spwork", NULL, SPTAG(1), 1, 1, 0, -1 }, { NULL, "spwork", NULL, SPTAG(1), 1, 1, 0, -1 },
}; };