mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 12:05:45 +00:00
Adding note for the swallow patch to uncomment relevant line in config.mk when taking the patch, ref. #72
This commit is contained in:
parent
1b9e0d9a88
commit
5b849ddcee
@ -888,6 +888,15 @@
|
|||||||
* Clients marked with isterminal in config.h swallow a window opened by any child process,
|
* 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
|
* e.g. running xclock in a terminal. Closing the xclock window restores the terminal window
|
||||||
* in the current position.
|
* 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/
|
* https://dwm.suckless.org/patches/swallow/
|
||||||
*/
|
*/
|
||||||
#define SWALLOW_PATCH 0
|
#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
|
/* 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
|
* shortcut (MOD+s) instead of having to think if you should use mod-j or mod-k for reaching
|
||||||
* the previously used window.
|
* the previously used window.
|
||||||
* This patch depends on the following additional libraries:
|
|
||||||
* - libxcb
|
|
||||||
* - Xlib-libxcb
|
|
||||||
* - xcb-res
|
|
||||||
* https://dwm.suckless.org/patches/swapfocus/
|
* https://dwm.suckless.org/patches/swapfocus/
|
||||||
*/
|
*/
|
||||||
#define SWAPFOCUS_PATCH 0
|
#define SWAPFOCUS_PATCH 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user