Switch back to renamed_scratchpads

This commit is contained in:
Alexis Jhon Gaspar 2023-10-07 18:42:04 +08:00
parent e20e501cc0
commit 1dd97eb564
2 changed files with 5 additions and 5 deletions

View file

@ -414,7 +414,7 @@ static const char *const autostart[] = {
#endif // COOL_AUTOSTART_PATCH #endif // COOL_AUTOSTART_PATCH
#if RENAMED_SCRATCHPADS_PATCH #if RENAMED_SCRATCHPADS_PATCH
static const char *scratchpadcmd[] = {"s", "st", "-n", "spterm", NULL}; static const char *scratchpadcmd[] = {"s", "st", "-n", "spterm", "-g", "120x34", NULL};
#elif SCRATCHPADS_PATCH #elif SCRATCHPADS_PATCH
const char *spcmd1[] = {"st", "-n", "spterm", "-g", "120x34", NULL }; const char *spcmd1[] = {"st", "-n", "spterm", "-g", "120x34", NULL };
static Sp scratchpads[] = { static Sp scratchpads[] = {

View file

@ -914,11 +914,11 @@
* *
* https://github.com/bakkeby/patches/wiki/renamedscratchpads * 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. /* Renamed scratchpads option to auto-hide scratchpads when moving to a different tag.
* This behaviour is similar to that of the (multiple) scratchpads patch. */ * This behaviour is similar to that of the (multiple) scratchpads patch. */
#define RENAMED_SCRATCHPADS_AUTO_HIDE_PATCH 9 #define RENAMED_SCRATCHPADS_AUTO_HIDE_PATCH 0
/* Shifts all clients per tag to leftmost unoccupied tags. /* Shifts all clients per tag to leftmost unoccupied tags.
* *
@ -987,10 +987,10 @@
* https://lists.suckless.org/hackers/2004/17205.html * https://lists.suckless.org/hackers/2004/17205.html
* https://dwm.suckless.org/patches/scratchpads/ * 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 */ /* 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 /* This alternative patch enables a scratchpad feature in dwm similar to the scratchpad
* feature in i3wm. * feature in i3wm.