summaryrefslogtreecommitdiffhomepage
path: root/patches.def.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2022-06-17 14:36:20 +0200
committerbakkeby <[email protected]>2022-06-17 14:36:20 +0200
commit440c4a6efa789f41213d78ea564087ffdb65bafd (patch)
treebe43cead3b46cf77d45e875a75b16ad26d9bf55e /patches.def.h
parent6f7d9b1bdf2dd5a19a712ee739d8fe328d198c6d (diff)
downloaddwm-flexipatch-440c4a6efa789f41213d78ea564087ffdb65bafd.tar.gz
dwm-flexipatch-440c4a6efa789f41213d78ea564087ffdb65bafd.zip
Porting the seamless restart feature from dusk into dwm-flexipatch
Diffstat (limited to 'patches.def.h')
-rw-r--r--patches.def.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches.def.h b/patches.def.h
index 697f6e6..759e97b 100644
--- a/patches.def.h
+++ b/patches.def.h
@@ -922,6 +922,18 @@
*/
#define SCRATCHPAD_ALT_1_PATCH 0
+/* This patch persists some settings across window manager restarts. These include but are not
+ * limited to:
+ * - client's assigned tag(s) on which monitor
+ * - the order of clients
+ * - nmaster
+ * - selected layout
+ * - plus various additions depending on what other patches are used
+ *
+ * The above is not persisted across reboots, however.
+ */
+#define SEAMLESS_RESTART_PATCH 0
+
/* As opposed to the original patch this only adds a rule option allowing fake fullscreen
* to be enabled for applications when they start. This is intended to be used in combination
* with the fakefullscreenclient patch and offers no practical functionality without it.