summaryrefslogtreecommitdiffhomepage
path: root/patches.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-10-03 22:58:58 +0200
committerbakkeby <[email protected]>2019-10-03 22:58:58 +0200
commit40000bba1ce137d426a3844d2a10e2e646c7ea82 (patch)
treea3578b533802a37c75ca1313c3fcaebdb95067ab /patches.h
parent9ebd9c8397c395d1ec8daf27723a70c901315bb3 (diff)
downloaddwm-flexipatch-40000bba1ce137d426a3844d2a10e2e646c7ea82.tar.gz
dwm-flexipatch-40000bba1ce137d426a3844d2a10e2e646c7ea82.zip
Adding quitonlyonempty patch and made monocle layout position configurable for fullscreen and warp patches
Diffstat (limited to 'patches.h')
-rw-r--r--patches.h6
1 files changed, 6 insertions, 0 deletions
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/