diff options
Diffstat (limited to 'slackware64-current/source/x/x11/patch/xf86-input-synaptics.patch')
-rw-r--r-- | slackware64-current/source/x/x11/patch/xf86-input-synaptics.patch | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/slackware64-current/source/x/x11/patch/xf86-input-synaptics.patch b/slackware64-current/source/x/x11/patch/xf86-input-synaptics.patch new file mode 100644 index 000000000..f41034c37 --- /dev/null +++ b/slackware64-current/source/x/x11/patch/xf86-input-synaptics.patch @@ -0,0 +1,4 @@ +# Enable tap-to-click out of the box, closing one of the +# most reported bugs of the last 2 years or so. +# Thanks to Piter Punk for figuring out the proper fix! +zcat $CWD/patch/xf86-input-synaptics/xf86-input-synaptics.tap-to-click.diff.gz | patch -p1 --verbose || exit 1 |