Adding resizecorners patch

This commit is contained in:
bakkeby
2019-09-07 22:35:37 +02:00
parent 9ccc131284
commit 2f4916a64e
3 changed files with 49 additions and 1 deletions

View File

@@ -81,6 +81,12 @@
*/
#define PERTAGBAR_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/
*/
#define RESIZECORNERS_PATCH 0
/* The systray patch adds systray for the status bar.
* https://dwm.suckless.org/patches/systray/
*/