diff --git a/config.def.h b/config.def.h index fa50f8c..69908d7 100644 --- a/config.def.h +++ b/config.def.h @@ -45,8 +45,9 @@ static const Rule rules[] = { * WM_NAME(STRING) = title */ /* class instance title tags mask isfloating monitor */ - { "Gimp", NULL, NULL, 0, 1, -1 }, - { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, + { "FreeTube", NULL, NULL, 1 << 1, 0, -1 }, + { "LibreWolf", NULL, NULL, 1 << 2, 0, -1 }, + { "Beeper", NULL, NULL, 1 << 3, 0, -1 }, { NULL, "spterm", NULL, SPTAG(0), 1, -1 }, { NULL, "spcalc", NULL, SPTAG(1), 1, -1 }, }; diff --git a/dwm b/dwm index a13b99e..7e793fe 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index a7ac670..0789c13 100644 Binary files a/dwm.o and b/dwm.o differ