Adding push patch

This commit is contained in:
bakkeby
2019-09-14 00:36:18 +02:00
parent c5b830e6ab
commit 39e161e545
7 changed files with 96 additions and 1 deletions

View File

@@ -164,6 +164,11 @@
*/
#define PERTAGBAR_PATCH 0
/* This patch provides a way to move clients up and down inside the client list.
* https://dwm.suckless.org/patches/push/
*/
#define PUSH_PATCH 0
/* By default, windows only resize from the bottom right corner. With this
* patch the mouse is warped to the nearest corner and you resize from there.
* https://dwm.suckless.org/patches/resizecorners/