feat(tiling-exceptions): add exception for Thunderbird message compose dialog

This commit is contained in:
Michael Aaron Murphy 2026-06-11 14:00:57 +02:00 committed by Jacob Kauffmann
parent 5ca8cc2cdf
commit f95b62635d

View file

@ -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:).*"]),
] ]