summaryrefslogtreecommitdiffhomepage
path: root/patches.def.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-11-15 16:24:31 +0100
committerbakkeby <[email protected]>2020-11-15 16:24:31 +0100
commit5b849ddcee0a928715ea6010c89badad05d42a82 (patch)
tree2d810d0e87dc647bd7b55a4039a2c930fed19aaf /patches.def.h
parent1b9e0d9a8832927a9bc0cf8af7b841addfd2b2aa (diff)
downloaddwm-flexipatch-5b849ddcee0a928715ea6010c89badad05d42a82.tar.gz
dwm-flexipatch-5b849ddcee0a928715ea6010c89badad05d42a82.zip
Adding note for the swallow patch to uncomment relevant line in config.mk when taking the patch, ref. #72
Diffstat (limited to 'patches.def.h')
-rw-r--r--patches.def.h13
1 files 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