From 40000bba1ce137d426a3844d2a10e2e646c7ea82 Mon Sep 17 00:00:00 2001 From: bakkeby Date: Thu, 3 Oct 2019 22:58:58 +0200 Subject: Adding quitonlyonempty patch and made monocle layout position configurable for fullscreen and warp patches --- patches.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'patches.h') diff --git a/patches.h b/patches.h index 95002a2..eed308b 100644 --- a/patches.h +++ b/patches.h @@ -197,6 +197,12 @@ */ #define MONITOR_RULES_PATCH 0 +/* 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. + * https://dwm.suckless.org/patches/onlyquitonempty/ + */ +#define ONLYQUITONEMPTY_PATCH 0 + /* The pertag patch adds nmaster, mfacts and layouts per tag rather than per * monitor (default). * https://dwm.suckless.org/patches/pertag/ -- cgit v1.2.3