From 1f971ebd1de56e786b0117dd6398c85612b42e50 Mon Sep 17 00:00:00 2001 From: bakkeby Date: Wed, 10 Jun 2020 12:10:06 +0200 Subject: [PATCH] SCRATCHPAD_KEEP_POSITION_AND_SIZE_PATCH should not be enabled by default --- patches.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches.def.h b/patches.def.h index 8af2b9d..0627a26 100644 --- a/patches.def.h +++ b/patches.def.h @@ -458,7 +458,7 @@ * of the scratchpad window is retained when you respawn it. If you enable this then you may * want to also take the centered patch and enable the iscentered flag for floating scratchpads. */ -#define SCRATCHPAD_KEEP_POSITION_AND_SIZE_PATCH 1 +#define SCRATCHPAD_KEEP_POSITION_AND_SIZE_PATCH 0 /* This alternative patch enables a scratchpad feature in dwm similar to the scratchpad * feature in i3wm.