diff --git a/dwm.config.h b/dwm.config.h index 4772b39..7b820cd 100644 --- a/dwm.config.h +++ b/dwm.config.h @@ -22,7 +22,7 @@ static const char *tags[] = { "term", "work", "www", "dev" }; static const Rule rules[] = { /* class instance title tags mask isfloating monitor */ { "Gimp", NULL, NULL, 0, True, -1 }, - { "Firefox", NULL, NULL, 1, False, -1 }, + { "Firefox", NULL, NULL, 0, False, -1 }, }; /* layout(s) */