SCRATCHPAD_KEEP_POSITION_AND_SIZE_PATCH should not be enabled by default

This commit is contained in:
bakkeby 2020-06-10 12:10:06 +02:00
parent a5e74cd720
commit 1f971ebd1d

View File

@ -458,7 +458,7 @@
* of the scratchpad window is retained when you respawn it. If you enable this then you may * 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. * 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 /* This alternative patch enables a scratchpad feature in dwm similar to the scratchpad
* feature in i3wm. * feature in i3wm.