Adding aspectresize patch

This commit is contained in:
bakkeby
2020-08-27 07:34:21 +02:00
parent 376b48e4d2
commit b3d336322e
8 changed files with 49 additions and 0 deletions

View File

@@ -299,6 +299,11 @@
* Other patches
*/
/* This patch allows windows to be resized with its aspect ratio remaining constant.
* https://dwm.suckless.org/patches/aspectresize/
*/
#define ASPECTRESIZE_PATCH 0
/* This patch prevents the focus to drift from the active fullscreen client when
* using focusstack().
* https://dwm.suckless.org/patches/alwaysfullscreen/