summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-06-10 12:10:06 +0200
committerbakkeby <[email protected]>2020-06-10 12:10:06 +0200
commit1f971ebd1de56e786b0117dd6398c85612b42e50 (patch)
tree2e4372e52fb682dc6dc2028094b6b13e4a99a1e5
parenta5e74cd720e5eda517e12d7c7cd9a78fb6ab66e5 (diff)
downloaddwm-flexipatch-1f971ebd1de56e786b0117dd6398c85612b42e50.tar.gz
dwm-flexipatch-1f971ebd1de56e786b0117dd6398c85612b42e50.zip
SCRATCHPAD_KEEP_POSITION_AND_SIZE_PATCH should not be enabled by default
-rw-r--r--patches.def.h2
1 files changed, 1 insertions, 1 deletions
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.