Adding transferall patch

This commit is contained in:
bakkeby
2020-02-02 11:55:19 +01:00
parent 4ddfdab30e
commit 6de03c1735
7 changed files with 45 additions and 1 deletions

View File

@ -538,6 +538,12 @@
*/
#define TRANSFER_PATCH 0
/* Lets you transfer all clients between the master and stack area
* while increasing or decreasing the master area (nmaster) accordingly.
* https://dwm.suckless.org/patches/transfer/
*/
#define TRANSFER_ALL_PATCH 0
/* This patch resets isfloating on any visible windows that have it set.
* Optionally also applies a layout.
* https://dwm.suckless.org/patches/unfloatvisible/