diff options
Diffstat (limited to 'patches.def.h')
| -rw-r--r-- | patches.def.h | 7 |
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 */ |
