Adding transfer patch

This commit is contained in:
bakkeby
2020-01-26 07:32:00 +01:00
parent 60209c98d7
commit 84b0361b65
7 changed files with 54 additions and 0 deletions

View File

@ -512,6 +512,12 @@
*/
#define TOGGLEFULLSCREEN_PATCH 0
/* Lets you transfer the currently focused client between the master and stack area
* while increasing or decreasing the master area (nmaster) accordingly.
* https://dwm.suckless.org/patches/transfer/
*/
#define TRANSFER_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/