Adding scratchpad patch

This commit is contained in:
bakkeby
2019-10-10 23:33:04 +02:00
parent ed1c509df3
commit 2eb8bcdf15
8 changed files with 63 additions and 1 deletions

View File

@@ -310,6 +310,12 @@
*/
#define SAVEFLOATS_PATCH 0
/* The scratchpad patch allows you to spawn or restore a floating terminal window.
* It is typically useful when one need to do some short typing.
* https://dwm.suckless.org/patches/scratchpad/
*/
#define SCRATCHPAD_PATCH 0
/* Allows restarting dwm without the dependency of an external script.
* https://dwm.suckless.org/patches/selfrestart/
*/