odrling-overlay/x11-wm/dwm/files/0013-set-carla-to-tag-9.patch

25 lines
860 B
Diff
Raw Normal View History

2022-08-31 16:59:34 +00:00
From 94325a0ed9e3ea259d977f844f2cfbe87d9e8922 Mon Sep 17 00:00:00 2001
2022-06-21 11:36:40 +00:00
From: odrling <florianbadie@odrling.xyz>
Date: Thu, 25 Nov 2021 01:15:38 +0100
2022-08-31 16:59:34 +00:00
Subject: [PATCH 13/27] set carla to tag 9
2022-06-21 11:36:40 +00:00
---
config.def.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/config.def.h b/config.def.h
2022-08-31 16:59:34 +00:00
index 372dbdc..7c7d93b 100644
2022-06-21 11:36:40 +00:00
--- a/config.def.h
+++ b/config.def.h
2022-08-31 16:59:34 +00:00
@@ -486,6 +486,7 @@ static const Rule rules[] = {
2022-06-21 11:36:40 +00:00
RULE(.class = "lightcord", .tags = 1 << 0, .switchtag = 1, .monitor = 0)
RULE(.class = "Firefox", .tags = 1 << 7, .switchtag = 1)
RULE(.role = "browser", .tags = 1 << 7, .switchtag = 1)
+ RULE(.class = "Carla2", .tags = 1 << 8, .monitor = 0, .switchtag = 0)
RULE(.class = "Ardour", .tags = 1 << 8, .monitor = 0)
RULE(.class = "easyeffects", .tags = 1 << 8, .monitor = 0)
RULE(.class = "Agordejo", .tags = 1 << 8, .monitor = 0)
--
2022-08-31 16:59:34 +00:00
2.37.2
2022-06-21 11:36:40 +00:00