Switch back to scratchpads

This commit is contained in:
Alexis Jhon Gaspar 2023-10-07 18:40:26 +08:00
parent f25ed4dca6
commit e20e501cc0

View file

@ -914,11 +914,11 @@
*
* https://github.com/bakkeby/patches/wiki/renamedscratchpads
*/
#define RENAMED_SCRATCHPADS_PATCH 1
#define RENAMED_SCRATCHPADS_PATCH 0
/* 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 1
#define RENAMED_SCRATCHPADS_AUTO_HIDE_PATCH 9
/* 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 0
#define SCRATCHPADS_PATCH 1
/* Minor alteration of the above allowing clients to keep their size and position when shown */
#define SCRATCHPADS_KEEP_POSITION_AND_SIZE_PATCH 0
#define SCRATCHPADS_KEEP_POSITION_AND_SIZE_PATCH 1
/* This alternative patch enables a scratchpad feature in dwm similar to the scratchpad
* feature in i3wm.