diff --git a/dwm/config.def.h b/dwm/config.def.h index 41e59e7..3020e60 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.h @@ -35,7 +35,7 @@ static const Rule rules[] = { /* WM_NAME(STRING) = title */ /* class instance title tags mask isfloating monitor */ { "Gimp", NULL, NULL, 0, 0, -1 }, - //{ "Firefox", NULL, NULL, 1 << 8, 0, -1 }, + { "hot-babe", NULL, NULL, 0, 1, -1 }, }; /* layout(s) */