From 60f6fea5f48d1ce519e36c147b0944adbf81fac5 Mon Sep 17 00:00:00 2001
From: Luca Bilke <bilke@tralios.de>
Date: Fri, 16 Feb 2024 10:43:22 +0100
Subject: [PATCH] tag rules for ferdium and thunderbird

---
 config.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.h b/config.h
index 9003700..ea4838a 100644
--- a/config.h
+++ b/config.h
@@ -167,8 +167,8 @@ static const Rule rules[] = {
     RULE(.wintype = WTYPE "SPLASH", .isfloating = 1)
     RULE(.role = "pop-up", .isfloating = 1)
     RULE(.class = "St", .isfloating = 0)
-    RULE(.class = "Ferdium", .monitor = 1, .tags = 1 << 1)
-    RULE(.class = "Thunderbird", .monitor = 1, .tags = 1 << 2)
+    RULE(.class = "Ferdium", .monitor = 1, .tags = 1 << 0)
+    RULE(.class = "Thunderbird", .monitor = 1, .tags = 1 << 1)
     RULE(.instance = "sphelp", .scratchkey = 'h', .isfloating = 1, .floatpos = "50% 50% 40% 80%")
     RULE(.instance = "spcalc", .scratchkey = 'c', .isfloating = 1, .floatpos = "50% 50% 40% 80%")
     RULE(.instance = "spterm", .scratchkey = 't', .isfloating = 1, .floatpos = "50% 50% 80% 80%")