From c1d8fb6fda3be4c335e8c5d28597df2a80f264cc Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 25 Oct 2022 09:41:24 +0200 Subject: [PATCH] i3-companion: add thunderbird-beta as an exclusive app --- bin/i3-companion | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/i3-companion b/bin/i3-companion index ec1a54e..e2df25a 100755 --- a/bin/i3-companion +++ b/bin/i3-companion @@ -131,6 +131,7 @@ exclusive_apps = { "chromium-browser", "google-chrome", "thunderbird", + "thunderbird-beta", } intrusive_apps = {"vbeterm"}