odrling-overlay/x11-wm/dwm/files/0010-apply-one-rule-patch.patch

26 lines
752 B
Diff
Raw Normal View History

2022-08-31 16:59:34 +00:00
From 17625d154b43ac609e24d61a5d66fcc582636b7c Mon Sep 17 00:00:00 2001
2022-06-21 11:36:40 +00:00
From: odrling <florianbadie@odrling.xyz>
Date: Fri, 14 May 2021 20:08:27 +0200
2022-08-31 16:59:34 +00:00
Subject: [PATCH 10/27] apply one rule patch
2022-06-21 11:36:40 +00:00
---
patches.def.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/patches.def.h b/patches.def.h
2022-08-31 16:59:34 +00:00
index 7c2e2c7..e7fb4a2 100644
2022-06-21 11:36:40 +00:00
--- a/patches.def.h
+++ b/patches.def.h
2022-08-31 16:59:34 +00:00
@@ -851,7 +851,7 @@
2022-06-21 11:36:40 +00:00
#define ON_EMPTY_KEYS_PATCH 0
/* Minor patch that prevents more than one rule being matched for a given client. */
-#define ONLY_ONE_RULE_MATCH_PATCH 0
+#define ONLY_ONE_RULE_MATCH_PATCH 1
/* This patch makes it so dwm will only exit via quit() if no windows are open.
* This is to prevent you accidentally losing all your work.
--
2022-08-31 16:59:34 +00:00
2.37.2
2022-06-21 11:36:40 +00:00