From 631f2360fb9ccf4f1759394bdc99cc507ffe67ad Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Tue, 1 Feb 2022 15:39:40 +0100 Subject: [PATCH] Work setup. --- _suckless/dwm/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_suckless/dwm/config.h b/_suckless/dwm/config.h index ae47851..4f343e1 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"}; +static const char *tags[] = {"\ue9ef", "\ue894", "\ue0c9", "\ue0e1", "\ue3fe", "\ue3ff", "7", "8", "\ue943", "\uea67"}; static const Rule rules[] = { /* xprop(1): @@ -54,6 +54,7 @@ static const Rule rules[] = { { "Signal", NULL, NULL, 1 << 2, 0, 0, 0, -1 }, { "discord", NULL, NULL, 1 << 2, 0, 0, 0, -1 }, { NULL, "mutt", NULL, 1 << 3, 0, 1, 1, -1 }, + { NULL, "f_work", NULL, 1 << 8, 0, 1, 1, -1 }, { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */ { NULL, "spterm", NULL, SPTAG(0), 1, 1, 0, -1 }, };