From 5b849ddcee0a928715ea6010c89badad05d42a82 Mon Sep 17 00:00:00 2001 From: bakkeby Date: Sun, 15 Nov 2020 16:24:31 +0100 Subject: [PATCH] Adding note for the swallow patch to uncomment relevant line in config.mk when taking the patch, ref. #72 --- patches.def.h | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/patches.def.h b/patches.def.h index fddadb2..fcb5ef6 100644 --- a/patches.def.h +++ b/patches.def.h @@ -888,6 +888,15 @@ * 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. + * + * This patch depends on the following additional libraries: + * - libxcb + * - Xlib-libxcb + * - xcb-res + * + * You need to uncomment the corresponding line in config.mk to use the above libraries when + * including this patch. + * * https://dwm.suckless.org/patches/swallow/ */ #define SWALLOW_PATCH 0 @@ -895,10 +904,6 @@ /* This patch depends on the pertag patch and makes it possible to switch focus with a single * shortcut (MOD+s) instead of having to think if you should use mod-j or mod-k for reaching * the previously used window. - * This patch depends on the following additional libraries: - * - libxcb - * - Xlib-libxcb - * - xcb-res * https://dwm.suckless.org/patches/swapfocus/ */ #define SWAPFOCUS_PATCH 0