odrling-overlay/x11-wm/dwm/files/0013-set-carla-to-tag-9.patch
2022-06-21 13:46:07 +02:00

25 lines
860 B
Diff

From 5e6c851294570cdd7907070bde1e76830e9144dd Mon Sep 17 00:00:00 2001
From: odrling <florianbadie@odrling.xyz>
Date: Thu, 25 Nov 2021 01:15:38 +0100
Subject: [PATCH 13/26] set carla to tag 9
---
config.def.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/config.def.h b/config.def.h
index 8b51ca2..817041a 100644
--- a/config.def.h
+++ b/config.def.h
@@ -462,6 +462,7 @@ static const Rule rules[] = {
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)
--
2.35.1