From f95b62635d65aacfe56b46de4e028cc77c0ab507 Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Thu, 11 Jun 2026 14:00:57 +0200 Subject: [PATCH] feat(tiling-exceptions): add exception for Thunderbird message compose dialog --- data/tiling-exceptions.ron | 1 + 1 file changed, 1 insertion(+) diff --git a/data/tiling-exceptions.ron b/data/tiling-exceptions.ron index 8413a188..2065c489 100644 --- a/data/tiling-exceptions.ron +++ b/data/tiling-exceptions.ron @@ -49,4 +49,5 @@ (appid: "Tor Browser", titles: [".*"]), (appid: "^.*?action=join.*$", titles: [".*"]), (appid: "^(slack|com.slack.Slack)", titles: ["^.*?(Huddle Preview).*"]), + (appid: "^(thunderbird|org.mozilla.thunderbird)(-esr|_esr)*", titles: ["^(Write:).*"]), ]