diff --git a/_suckless/dwm/config.h b/_suckless/dwm/config.h index d4168b0..aab7c08 100644 --- a/_suckless/dwm/config.h +++ b/_suckless/dwm/config.h @@ -53,7 +53,6 @@ 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 }, { "LibreWolf", NULL, NULL, 1 << 9, 0, 0, 0, -1 }, { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */ { NULL, "spterm", NULL, SPTAG(0), 1, 1, 0, -1 },