From 71e61d180ec5d365a3fd3eb4739d33f5da80a517 Mon Sep 17 00:00:00 2001 From: bakkeby Date: Tue, 22 Oct 2019 18:30:00 +0200 Subject: Adding ispermanent patch --- patches.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'patches.h') 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 -- cgit v1.2.3