From 7863e76b072b23704bca6b8123a939234ecfb038 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Fri, 11 Mar 2022 18:25:35 +0100 Subject: [PATCH] Sonos player. --- _suckless/dwm/config.h | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/_suckless/dwm/config.h b/_suckless/dwm/config.h index a43276a..c89b749 100644 --- a/_suckless/dwm/config.h +++ b/_suckless/dwm/config.h @@ -40,22 +40,23 @@ static Sp scratchpads[] = { }; /* 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[] = { /* xprop(1): * WM_CLASS(STRING) = instance, class * WM_NAME(STRING) = title */ - /* class instance title tags mask isfloating isterminal noswallow monitor */ - { NULL, NULL, "st", 0, 0, 1, 0, -1 }, - { "Firefox", NULL, NULL, 2, 0, 0, 1, -1 }, - { "Ferdi", 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 }, - { NULL, "spwork", NULL, SPTAG(1), 1, 1, 0, -1 }, + /* class instance title tags mask isfloating isterminal noswallow monitor */ + { NULL, NULL, "st", 0, 0, 1, 0, -1 }, + { "Firefox", NULL, NULL, 2, 0, 0, 1, -1 }, + { "Ferdi", NULL, NULL, 1 << 2, 0, 0, 0, -1 }, + { "Slack", NULL, NULL, 1 << 7, 0, 0, 0, -1 }, + { "sonos-controller-unofficial", NULL, NULL, 1 << 6, 0, 0, 0, -1 }, + { 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, "spwork", NULL, SPTAG(1), 1, 1, 0, -1 }, }; /* layout(s) */