diff options
| author | bakkeby <[email protected]> | 2020-06-10 12:10:06 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-06-10 12:10:06 +0200 |
| commit | 1f971ebd1de56e786b0117dd6398c85612b42e50 (patch) | |
| tree | 2e4372e52fb682dc6dc2028094b6b13e4a99a1e5 | |
| parent | a5e74cd720e5eda517e12d7c7cd9a78fb6ab66e5 (diff) | |
| download | dwm-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.h | 2 |
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. |
