Fix firefox new window name.
This commit is contained in:
parent
40445403ee
commit
02944042ce
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ static const Rule rules[] = {
|
||||||
*/
|
*/
|
||||||
/* class instance title tags mask isfloating isterminal noswallow monitor */
|
/* class instance title tags mask isfloating isterminal noswallow monitor */
|
||||||
{ NULL, NULL, "st", 0, 0, 1, 0, -1 },
|
{ NULL, NULL, "st", 0, 0, 1, 0, -1 },
|
||||||
{ "Firefox", NULL, NULL, 2, 0, 0, 1, -1 },
|
{ "firefox", NULL, NULL, 2, 0, 0, 1, -1 },
|
||||||
{ "Ferdi", NULL, NULL, 1 << 2, 0, 0, 0, -1 },
|
{ "Ferdi", NULL, NULL, 1 << 2, 0, 0, 0, -1 },
|
||||||
{ "Slack", NULL, NULL, 1 << 7, 0, 0, 0, -1 },
|
{ "Slack", NULL, NULL, 1 << 7, 0, 0, 0, -1 },
|
||||||
{ "sonos-controller-unofficial", NULL, NULL, 1 << 6, 0, 0, 0, -1 },
|
{ "sonos-controller-unofficial", NULL, NULL, 1 << 6, 0, 0, 0, -1 },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue