summaryrefslogtreecommitdiffhomepage
path: root/patches.def.h
diff options
context:
space:
mode:
authorverschmelzen <[email protected]>2021-03-30 22:31:45 +0300
committerverschmelzen <[email protected]>2021-03-30 22:49:59 +0300
commit07277cc460d73dd0c330257812180894f5c4c77e (patch)
treec3f7ce72f7c86c2e21085d60a392e26c371502d0 /patches.def.h
parent4751d7388d3c7ecf1084747ae0b7da79691fc696 (diff)
downloaddwm-flexipatch-07277cc460d73dd0c330257812180894f5c4c77e.tar.gz
dwm-flexipatch-07277cc460d73dd0c330257812180894f5c4c77e.zip
Add tapresize patch
Diffstat (limited to 'patches.def.h')
-rw-r--r--patches.def.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/patches.def.h b/patches.def.h
index 69b2d7c..fe2d1e0 100644
--- a/patches.def.h
+++ b/patches.def.h
@@ -1017,6 +1017,13 @@
*/
#define TAGSWAPMON_PATCH 0
+/* This patch can be useful to the touchpad users because it allows to
+ * resize windows using Mod + two-finger scroll. It is useful when
+ * two-finger scrolling is configured in libinput.
+ * https://dwm.suckless.org/patches/tapresize/
+ */
+#define TAPRESIZE_PATCH 0
+
/* This patch allows you to toggle fullscreen on and off using a single shortcut key.
* https://github.com/bakkeby/patches/blob/master/dwm/dwm-togglefullscreen-6.2.diff
*/