01-30-2020, 03:18 PM
(This post was last modified: 02-10-2020, 10:44 AM by korneliuszo.)
I've changed /etc/X11/xorg.conf.d/40-pinebookpro-touchpad.conf to:
And it works as I intended
x (x)
#ir-ext-ui { position: fixed; padding: 1px; z-index: 9999; display: none; font-family: Consolas, "Lucida Console", "Courier New", Courier, monospace; text-align: right; }
Code:
Section "InputClass"
Identifier "libinput for HAILUCK CO.,LTD USB KEYBOARD Touchpad"
MatchIsTouchpad "on"
MatchUSBID "258a:001e"
MatchDevicePath "/dev/input/event*"
Option "AccelProfile" "adaptive"
Option "AccelSpeed" "1"
Option "ScrollMethod" "twofinger"
Option "Emulate3Button" "on"
EndSection
x (x)
#ir-ext-ui { position: fixed; padding: 1px; z-index: 9999; display: none; font-family: Consolas, "Lucida Console", "Courier New", Courier, monospace; text-align: right; }