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

26 lines
752 B
Diff

From 616f3903df6f3d06b6782df51226ecc7990cbf05 Mon Sep 17 00:00:00 2001
From: odrling <florianbadie@odrling.xyz>
Date: Fri, 14 May 2021 20:08:27 +0200
Subject: [PATCH 10/26] 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 3d7b39f..3940626 100644
--- a/patches.def.h
+++ b/patches.def.h
@@ -802,7 +802,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.35.1