Use renamed-scratchpads instead

This commit is contained in:
Alexis Jhon Gaspar 2023-10-05 18:30:52 +08:00
parent 657f47d1d9
commit 06559a3720

View file

@ -914,11 +914,11 @@
*
* https://github.com/bakkeby/patches/wiki/renamedscratchpads
*/
#define RENAMED_SCRATCHPADS_PATCH 0
#define RENAMED_SCRATCHPADS_PATCH 1
/* Renamed scratchpads option to auto-hide scratchpads when moving to a different tag.
* This behaviour is similar to that of the (multiple) scratchpads patch. */
#define RENAMED_SCRATCHPADS_AUTO_HIDE_PATCH 0
#define RENAMED_SCRATCHPADS_AUTO_HIDE_PATCH 1
/* Shifts all clients per tag to leftmost unoccupied tags.
*
@ -987,10 +987,10 @@
* https://lists.suckless.org/hackers/2004/17205.html
* https://dwm.suckless.org/patches/scratchpads/
*/
#define SCRATCHPADS_PATCH 1
#define SCRATCHPADS_PATCH 0
/* Minor alteration of the above allowing clients to keep their size and position when shown */
#define SCRATCHPADS_KEEP_POSITION_AND_SIZE_PATCH 1
#define SCRATCHPADS_KEEP_POSITION_AND_SIZE_PATCH 0
/* This alternative patch enables a scratchpad feature in dwm similar to the scratchpad
* feature in i3wm.