From 3726d8d1ead98778f585e0f75256977dcba4de07 Mon Sep 17 00:00:00 2001 From: bakkeby Date: Tue, 22 Oct 2019 19:08:00 +0200 Subject: Adding swallow patch --- patches.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'patches.h') 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/ */ -- cgit v1.2.3