diff --git a/config.h b/config.h index f43d13e..374b2bf 100644 --- a/config.h +++ b/config.h @@ -29,7 +29,8 @@ static const Rule rules[] = { */ /* class instance title tags mask isfloating monitor */ { "Gimp", NULL, NULL, 0, 1, -1 }, - { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, + //{ "Firefox", NULL, NULL, 1 << 8, 0, -1 }, + { "Firefox", NULL, NULL, 2, 0, -1 }, }; /* layout(s) */ diff --git a/dwm b/dwm index 2905a4c..a518c68 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index ec83d90..c9d0e80 100644 Binary files a/dwm.o and b/dwm.o differ