Added aspectresize patch

This commit is contained in:
Alexis Jhon Gaspar 2023-10-02 18:48:41 +08:00
parent fd31f4da70
commit 0d7fc424cf

View file

@ -453,7 +453,7 @@
/* This patch allows windows to be resized with its aspect ratio remaining constant.
* https://dwm.suckless.org/patches/aspectresize/
*/
#define ASPECTRESIZE_PATCH 0
#define ASPECTRESIZE_PATCH 1
/* This patch adds new clients above the selected client, instead of always
* becoming the new master. This behaviour is known from Xmonad.