summaryrefslogtreecommitdiffhomepage
path: root/patches.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-10-10 23:33:04 +0200
committerbakkeby <[email protected]>2019-10-10 23:33:04 +0200
commit2eb8bcdf153d608caf1e23817b463fd03cc44b72 (patch)
tree3beb8b5ea556c2788b58fe4a15882686a8e40f9a /patches.h
parented1c509df3faf757a5b46bae0cfa59035977b50c (diff)
downloaddwm-flexipatch-2eb8bcdf153d608caf1e23817b463fd03cc44b72.tar.gz
dwm-flexipatch-2eb8bcdf153d608caf1e23817b463fd03cc44b72.zip
Adding scratchpad patch
Diffstat (limited to 'patches.h')
-rw-r--r--patches.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/patches.h b/patches.h
index 62269e6..52ac273 100644
--- a/patches.h
+++ b/patches.h
@@ -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/
*/