diff --git a/config.def.h b/config.def.h index cc31ad6..5b02372 100644 --- a/config.def.h +++ b/config.def.h @@ -47,7 +47,7 @@ static const Rule rules[] = { */ /* class instance title tags mask isfloating isterminal noswallow monitor */ { "FreeTube", NULL, NULL, 1 << 1, 0, 0, 0, -1 }, - { "LibreWolf", NULL, NULL, 1 << 2, 0, 0, 0, -1 }, + { "librewolf", NULL, NULL, 1 << 2, 0, 0, 0, -1 }, { "Beeper", NULL, NULL, 1 << 3, 0, 0, 0, -1 }, { "St", NULL, NULL, 0, 0, 1, 0, -1 }, { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */ diff --git a/drw.o b/drw.o index 249df4c..9437a24 100644 Binary files a/drw.o and b/drw.o differ diff --git a/dwm b/dwm index e35be70..e1cf74a 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index 6bb5882..cdc8e3f 100644 Binary files a/dwm.o and b/dwm.o differ diff --git a/util.o b/util.o index 26ab857..0493952 100644 Binary files a/util.o and b/util.o differ