blob: f41034c37226af4e801f44e1d20d35f6d1ecae7d (
about) (
plain) (
blame)
1
2
3
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
|