diff --git a/_suckless/dwm/config.h b/_suckless/dwm/config.h index f120c48..a26bd79 100644 --- a/_suckless/dwm/config.h +++ b/_suckless/dwm/config.h @@ -38,7 +38,7 @@ static Sp scratchpads[] = { }; /* 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[] = { /* xprop(1): @@ -49,7 +49,7 @@ static const Rule rules[] = { { NULL, NULL, "st", 0, 0, 1, 0, -1 }, { "Firefox", NULL, NULL, 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, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */ { NULL, "spterm", NULL, SPTAG(0), 1, 1, 0, -1 },