From 07277cc460d73dd0c330257812180894f5c4c77e Mon Sep 17 00:00:00 2001 From: verschmelzen Date: Tue, 30 Mar 2021 22:31:45 +0300 Subject: Add tapresize patch --- patches.def.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'patches.def.h') 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 */ -- cgit v1.2.3