odrling-overlay/x11-wm/dwm/files/0011-add-agordejo-rule.patch

25 lines
817 B
Diff
Raw Normal View History

2022-08-31 16:59:34 +00:00
From 18688ec459630e99e4250b7692d047b6ab16eef9 Mon Sep 17 00:00:00 2001
2022-06-21 11:36:40 +00:00
From: odrling <florianbadie@odrling.xyz>
Date: Sun, 20 Jun 2021 18:13:17 +0200
2022-08-31 16:59:34 +00:00
Subject: [PATCH 11/27] add agordejo rule
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 fd69677..d2eb872 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
@@ -487,6 +487,7 @@ static const Rule rules[] = {
2022-06-21 11:36:40 +00:00
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 = "Agordejo", .tags = 1 << 8, .monitor = 0)
RULE(.class = "qBittorrent", .tags = 1 << 6, .switchtag = 1, .monitor = 0)
RULE(.class = "mpv", .instance = "syncplay-mpv", .monitor = 1)
#if SCRATCHPADS_PATCH
--
2022-08-31 16:59:34 +00:00
2.37.2
2022-06-21 11:36:40 +00:00