From 605a4465e5d416fbad2c305a78ae04f0b4add3db Mon Sep 17 00:00:00 2001 From: odrling Date: Thu, 21 Apr 2022 13:39:36 +0200 Subject: [PATCH 22/26] 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 45e7fc7..68220d5 100644 --- a/config.def.h +++ b/config.def.h @@ -459,7 +459,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) @@ -467,6 +467,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.35.1