From f41edef81b561b53efc9498601727eb325f743db Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Thu, 27 Nov 2025 08:53:49 +1030 Subject: [PATCH] minor changes to class names/ window rules --- config.def.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/config.def.h b/config.def.h index 816a4e4..6d93f63 100644 --- a/config.def.h +++ b/config.def.h @@ -34,10 +34,12 @@ static const Rule rules[] = { * WM_CLASS(STRING) = instance, class * WM_NAME(STRING) = title */ - /* class instance title tags mask isfloating monitor */ - {"firefox", NULL, NULL, 1 << 0, 0, -1}, - {"thunderbird", NULL, NULL, 1 << 6, 0, -1}, - {"ManagerDesktop", NULL, NULL, 1 << 7, 0, -1}, + /* class instance title tags mask isfloating monitor */ + {"firefox", NULL, NULL, 1 << 0, 0, -1}, + {"thunderbird", NULL, NULL, 1 << 6, 0, -1}, + {"org.mozilla.Thunderbird", NULL, NULL, 1 << 6, 0, -1}, + {"ManagerDesktop", NULL, NULL, 1 << 7, 0, -1}, + {"Manager", NULL, NULL, 1 << 7, 0, -1}, }; /* layout(s) */