Adding resizepoint patch

This commit is contained in:
bakkeby
2020-06-24 14:49:30 +02:00
parent af30c7a735
commit 04906b4ddf
3 changed files with 44 additions and 12 deletions

View File

@ -450,6 +450,12 @@
*/
#define RESIZECORNERS_PATCH 0
/* Practically the same as resizecorners, but the cursor does not warp to corners.
* This takes precedence over the resizecorners patch.
* https://github.com/bakkeby/patches/blob/master/dwm/dwm-resizepoint-6.2.diff
*/
#define RESIZEPOINT_PATCH 0
/* Adds a keyboard shortcut to restart dwm or alternatively by using kill -HUP dwmpid.
* Additionally dwm can quit cleanly by using kill -TERM dwmpid.
* https://dwm.suckless.org/patches/restartsig/