From 2de0c0e30758021f0e4fb4f734942a60e146c31e Mon Sep 17 00:00:00 2001 From: bakkeby Date: Fri, 4 Oct 2019 22:46:47 +0200 Subject: Adding maximize patch --- patches.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'patches.h') diff --git a/patches.h b/patches.h index b978781..2d31b3e 100644 --- a/patches.h +++ b/patches.h @@ -189,6 +189,12 @@ */ #define LOSEFULLSCREEN_PATCH 0 +/* This patch adds helper functions for maximizing, horizontally and vertically, floating + * windows using keybindings. + * https://dwm.suckless.org/patches/maximize/ + */ +#define MAXIMIZE_PATCH 0 + /* Adds rules per monitor, e.g. have default layouts per monitor. * The use case for this is if the second monitor is vertical (i.e. rotated) then * you may want to use a different default layout for this monitor than what is -- cgit v1.2.3