From 50266f77f037a9b01953fd2101fa9f0f0139b1f2 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Thu, 5 Oct 2023 23:05:27 -0700 Subject: [PATCH] Make stalonetray appear on all tags --- config.def.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index 2db320e..2bf8b1c 100644 --- a/config.def.h +++ b/config.def.h @@ -35,8 +35,9 @@ static const Rule rules[] = { * WM_CLASS(STRING) = instance, class * WM_NAME(STRING) = title */ - /* class instance title tags mask isfloating monitor */ - {"firefox", "Toolkit", "Picture-in-Picture", -1, 1, -1}, + /* class instance title tags mask isfloating monitor */ + {"firefox", "Toolkit", "Picture-in-Picture", -1, 1, -1}, + {"stalonetray", "stalonetray", "stalonetray", -1, 1, -1}, }; /* layout(s) */