Sonos player.
This commit is contained in:
parent
b2e788f134
commit
7863e76b07
1 changed files with 11 additions and 10 deletions
|
@ -40,22 +40,23 @@ 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):
|
||||||
* WM_CLASS(STRING) = instance, class
|
* WM_CLASS(STRING) = instance, class
|
||||||
* WM_NAME(STRING) = title
|
* WM_NAME(STRING) = title
|
||||||
*/
|
*/
|
||||||
/* class instance title tags mask isfloating isterminal noswallow monitor */
|
/* class instance title tags mask isfloating isterminal noswallow monitor */
|
||||||
{ NULL, NULL, "st", 0, 0, 1, 0, -1 },
|
{ NULL, NULL, "st", 0, 0, 1, 0, -1 },
|
||||||
{ "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, "spterm", NULL, SPTAG(0), 1, 1, 0, -1 },
|
{ NULL, "mutt", NULL, 1 << 3, 0, 1, 1, -1 },
|
||||||
{ NULL, "spwork", NULL, SPTAG(1), 1, 1, 0, -1 },
|
{ NULL, "spterm", NULL, SPTAG(0), 1, 1, 0, -1 },
|
||||||
|
{ NULL, "spwork", NULL, SPTAG(1), 1, 1, 0, -1 },
|
||||||
};
|
};
|
||||||
|
|
||||||
/* layout(s) */
|
/* layout(s) */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue