Fix web browser rule 😃

This commit is contained in:
Anas Elgarhy 2022-04-28 21:00:07 +02:00
parent e6a7acf088
commit 96c527c624
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ static const Rule rules[] = {
*/
/* class instance title tags mask isfloating monitor */
{ "Gimp", NULL, NULL, 0, 1, -1 },
{ "Firefox", NULL, NULL, 1 << 8, 0, -1 },
{ WEBBROWSER, NULL, NULL, 1 << 8, 0, -1 },
{ "Plasma", NULL, NULL, 0 1, -1 },
};