summaryrefslogtreecommitdiffhomepage
path: root/patches.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-10-22 18:30:00 +0200
committerbakkeby <[email protected]>2019-10-22 14:33:22 +0200
commit71e61d180ec5d365a3fd3eb4739d33f5da80a517 (patch)
tree045bd3ed0ddc2890bce00411f2c136009394eec3 /patches.h
parent3279c8747ae1a37f7eb2021cd6cd8bea83333140 (diff)
downloaddwm-flexipatch-71e61d180ec5d365a3fd3eb4739d33f5da80a517.tar.gz
dwm-flexipatch-71e61d180ec5d365a3fd3eb4739d33f5da80a517.zip
Adding ispermanent patch
Diffstat (limited to 'patches.h')
-rw-r--r--patches.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/patches.h b/patches.h
index 81f37ef..04cbd52 100644
--- a/patches.h
+++ b/patches.h
@@ -199,6 +199,11 @@
*/
#define HOLDBAR_PATCH 0
+/* Adds rule option for clients to avoid accidental termination by killclient for sticky windows.
+ * https://dwm.suckless.org/patches/ispermanent/
+ */
+#define ISPERMANENT_PATCH 0
+
/* Sometimes dwm crashes when it cannot render some glyphs in window titles (usually emoji).
* This patch is essentially a hack to ignore any errors when drawing text on the status bar.
* https://groups.google.com/forum/m/#!topic/wmii/7bncCahYIww