diff --git a/suckless/dwm/config.def.h b/suckless/dwm/config.def.h index 69c77f6..806c5ea 100644 --- a/suckless/dwm/config.def.h +++ b/suckless/dwm/config.def.h @@ -46,7 +46,7 @@ static const Rule rules[] = { */ /* class instance title tags mask isfloating isterminal noswallow monitor */ { "Firefox", NULL, NULL, 1 << 8, 0, 0, -1, -1 }, - { "st", NULL, NULL, 0, 0, 1, 1, -1 }, + { NULL, NULL, "st", 0, 0, 1, 1, -1 }, { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */ };