odrling-overlay/x11-wm/dwm/files/0022-add-thunderbird-and-ardour-labels.patch

34 lines
1.4 KiB
Diff

From b34653a29b744c91fcda8912baf16c96e41c11b5 Mon Sep 17 00:00:00 2001
From: odrling <florianbadie@odrling.xyz>
Date: Thu, 21 Apr 2022 13:39:36 +0200
Subject: [PATCH 22/27] add thunderbird and ardour labels
---
config.def.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
index 25df128..8ae74ee 100644
--- a/config.def.h
+++ b/config.def.h
@@ -483,7 +483,7 @@ static const Rule rules[] = {
RULE(.wintype = WTYPE "TOOLBAR", .isfloating = 1)
RULE(.wintype = WTYPE "SPLASH", .isfloating = 1)
RULE(.class = "Carla2", .tags = 1 << 8, .monitor = 0, .switchtag = 0, .ispermanent = 1)
- RULE(.class = "Ardour", .tags = 1 << 8, .monitor = 0, .ispermanent = 1)
+ RULE(.class = "Ardour", .tags = 1 << 8, .monitor = 0, .ispermanent = 1, .label = "\uf025")
RULE(.class = "easyeffects", .tags = 1 << 8, .monitor = 0, .ispermanent = 1)
RULE(.class = "Agordejo", .tags = 1 << 8, .monitor = 0, .ispermanent = 1)
RULE(.class = "qBittorrent", .tags = 1 << 6, .switchtag = 1, .monitor = 0)
@@ -491,6 +491,7 @@ static const Rule rules[] = {
RULE(.class = "Alacritty", .isterminal = 1, .label = "\uf120")
RULE(.class = "Chromium-browser-chromium", .label = "\uf268")
RULE(.class = "firefox", .label = "\uf269")
+ RULE(.class = "Thunderbird", .label = "\uf01c")
#if SCRATCHPADS_PATCH
RULE(.instance = "spterm", .tags = SPTAG(0), .isfloating = 1)
#endif // SCRATCHPADS_PATCH
--
2.37.2