Merge pull request #40 from guidocella/firefox-class

Fix Firefox class
This commit is contained in:
Devin J. Pohly 2020-08-14 10:18:52 -05:00 committed by GitHub
commit 245c3638ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
static const Rule rules[] = {
/* app_id title tags mask isfloating monitor */
{ "Gimp", NULL, 0, 1, -1 },
{ "Firefox", NULL, 1 << 8, 0, -1 },
{ "firefox", NULL, 1 << 8, 0, -1 },
};
/* layout(s) */