set firefox to open on current tag(s)

This commit is contained in:
2015-04-05 23:28:53 -06:00
parent acc7040035
commit a28f3f35f1
+1 -1
View File
@@ -22,7 +22,7 @@ static const char *tags[] = { "term", "work", "www", "dev" };
static const Rule rules[] = { static const Rule rules[] = {
/* class instance title tags mask isfloating monitor */ /* class instance title tags mask isfloating monitor */
{ "Gimp", NULL, NULL, 0, True, -1 }, { "Gimp", NULL, NULL, 0, True, -1 },
{ "Firefox", NULL, NULL, 1, False, -1 }, { "Firefox", NULL, NULL, 0, False, -1 },
}; };
/* layout(s) */ /* layout(s) */