From ed1bed5c45106cd030ea82af356635e006eb8757 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 6 Aug 2024 12:14:36 +0200 Subject: [PATCH] i3-companion: add thunderbird ESR as an exclusive app --- bin/i3-companion | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/i3-companion b/bin/i3-companion index a4c0093..8da34c3 100755 --- a/bin/i3-companion +++ b/bin/i3-companion @@ -137,6 +137,7 @@ exclusive_apps = { "google-chrome", "thunderbird", "thunderbird-beta", + "thunderbird-esr", } intrusive_apps = {"vbeterm"}