From 9b9e394dec9b9114fcdd46e76e942fa014c684c2 Mon Sep 17 00:00:00 2001 From: odrling 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 c0c782a..dce12ed 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