feat(tiling-exceptions): add exception for Thunderbird message compose dialog
This commit is contained in:
parent
5ca8cc2cdf
commit
f95b62635d
1 changed files with 1 additions and 0 deletions
|
|
@ -49,4 +49,5 @@
|
||||||
(appid: "Tor Browser", titles: [".*"]),
|
(appid: "Tor Browser", titles: [".*"]),
|
||||||
(appid: "^.*?action=join.*$", titles: [".*"]),
|
(appid: "^.*?action=join.*$", titles: [".*"]),
|
||||||
(appid: "^(slack|com.slack.Slack)", titles: ["^.*?(Huddle Preview).*"]),
|
(appid: "^(slack|com.slack.Slack)", titles: ["^.*?(Huddle Preview).*"]),
|
||||||
|
(appid: "^(thunderbird|org.mozilla.thunderbird)(-esr|_esr)*", titles: ["^(Write:).*"]),
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue