diff --git a/dwm-flexipatch/patches.def.h b/dwm-flexipatch/patches.def.h index 99d165c..632fd20 100644 --- a/dwm-flexipatch/patches.def.h +++ b/dwm-flexipatch/patches.def.h @@ -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.