odrling-overlay/x11-wm/dwm/files/0012-start-easyeffects-on-tag-9.patch
2022-06-21 13:46:07 +02:00

25 lines
863 B
Diff

From 5ad5318c5a20cf7403fdab32022db6388af2d78d Mon Sep 17 00:00:00 2001
From: odrling <florianbadie@odrling.xyz>
Date: Sat, 25 Sep 2021 14:36:07 +0200
Subject: [PATCH 12/26] start easyeffects on tag 9
---
config.def.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/config.def.h b/config.def.h
index fea9b01..8b51ca2 100644
--- a/config.def.h
+++ b/config.def.h
@@ -463,6 +463,7 @@ static const Rule rules[] = {
RULE(.class = "Firefox", .tags = 1 << 7, .switchtag = 1)
RULE(.role = "browser", .tags = 1 << 7, .switchtag = 1)
RULE(.class = "Ardour", .tags = 1 << 8, .monitor = 0)
+ RULE(.class = "easyeffects", .tags = 1 << 8, .monitor = 0)
RULE(.class = "Agordejo", .tags = 1 << 8, .monitor = 0)
RULE(.class = "qBittorrent", .tags = 1 << 6, .switchtag = 1, .monitor = 0)
RULE(.class = "mpv", .instance = "syncplay-mpv", .monitor = 1)
--
2.35.1