Assign some applications to particular tags

This commit is contained in:
Oliver Davies 2025-04-04 23:32:28 +01:00
parent 0ece497203
commit a5d93cc616

View file

@ -23,8 +23,8 @@ prev.dwm.override {
static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
static const Rule rules[] = { static const Rule rules[] = {
{ "Gimp", NULL, NULL, 0, 1, -1 }, { "0ad", NULL, NULL, 1 << 7, 0, -1 },
{ "Firefox", NULL, NULL, 1 << 8, 0, -1 }, { "Slack", NULL, NULL, 1 << 8, 0, -1 },
}; };
static const float mfact = 0.55; static const float mfact = 0.55;