Fix web browser rule 😃
This commit is contained in:
parent
e6a7acf088
commit
96c527c624
1 changed files with 1 additions and 1 deletions
2
config.h
2
config.h
|
@ -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 },
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue