From 0d7fc424cfeb7d099b7400856b3f102ca74f9155 Mon Sep 17 00:00:00 2001 From: Alexis Jhon Gaspar Date: Mon, 2 Oct 2023 18:48:41 +0800 Subject: [PATCH] Added aspectresize patch --- dwm-flexipatch/patches.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.