summaryrefslogtreecommitdiffhomepage
path: root/patches.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-10-22 19:08:00 +0200
committerbakkeby <[email protected]>2019-10-24 09:33:20 +0200
commit3726d8d1ead98778f585e0f75256977dcba4de07 (patch)
tree43b61a0e65427cf9b7d9b774c6c9c4e08872ebbf /patches.h
parent71e61d180ec5d365a3fd3eb4739d33f5da80a517 (diff)
downloaddwm-flexipatch-3726d8d1ead98778f585e0f75256977dcba4de07.tar.gz
dwm-flexipatch-3726d8d1ead98778f585e0f75256977dcba4de07.zip
Adding swallow patch
Diffstat (limited to 'patches.h')
-rw-r--r--patches.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/patches.h b/patches.h
index 04cbd52..8d43958 100644
--- a/patches.h
+++ b/patches.h
@@ -377,6 +377,14 @@
*/
#define SYSTRAY_PATCH 0
+/* This patch adds "window swallowing" to dwm as known from Plan 9's windowing system rio.
+ * Clients marked with isterminal in config.h swallow a window opened by any child process,
+ * e.g. running xclock in a terminal. Closing the xclock window restores the terminal window
+ * in the current position.
+ * https://dwm.suckless.org/patches/swallow/
+ */
+#define SWALLOW_PATCH 0
+
/* Switch focus between the master and stack columns using a single keybinding.
* https://dwm.suckless.org/patches/switchcol/
*/