From a28f3f35f133d5ca64b36950bd5ac9daf50c0ff9 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Sun, 5 Apr 2015 23:28:53 -0600 Subject: [PATCH] set firefox to open on current tag(s) --- dwm.config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) */