diff --git a/_suckless/dwm/config.h b/_suckless/dwm/config.h index 57177db..55f34cc 100644 --- a/_suckless/dwm/config.h +++ b/_suckless/dwm/config.h @@ -49,6 +49,7 @@ static const Rule rules[] = { */ /* class instance title tags mask isfloating isterminal noswallow monitor */ { NULL, NULL, "urxvt", 0, 0, 1, 0, -1 }, + { NULL, NULL, "work", 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 },