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

26 lines
752 B
Diff

From 17625d154b43ac609e24d61a5d66fcc582636b7c Mon Sep 17 00:00:00 2001
From: odrling <florianbadie@odrling.xyz>
Date: Fri, 14 May 2021 20:08:27 +0200
Subject: [PATCH 10/27] apply one rule patch
---
patches.def.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/patches.def.h b/patches.def.h
index 7c2e2c7..e7fb4a2 100644
--- a/patches.def.h
+++ b/patches.def.h
@@ -851,7 +851,7 @@
#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.
--
2.37.2