- Bearbeitet
grüß euch,
meine configuration schaut so aus:
hab ich einen fehler gemacht, oder erwarte ich das falsche?
es geht um X11
meine configuration schaut so aus:
#/etc/X11/xorg.conf.d/30-touchpad.conf
Section "InputClass"
Identifier "SynPS/2 Synaptics TouchPad"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "Tapping" "True"
Option "TappingDrag" "True"
Driver "libinput"
EndSection
und das kommt mit "libinput list-devices" heraus:
Device: SynPS/2 Synaptics TouchPad
Kernel: /dev/input/event12
Group: 7
Seat: seat0, default
Size: 58x32mm
Capabilities: pointer
Tap-to-click: disabled
Tap-and-drag: enabled
Tap drag lock: disabled
Left-handed: disabled
Nat.scrolling: disabled
Middle emulation: n/a
Calibration: n/a
Scroll methods: *two-finger edge
Click methods: none
Disable-w-typing: enabled
Accel profiles: none
Rotation: n/a
müsste bei tab-to-click nicht "enabled" stehen, statt "disabled"?hab ich einen fehler gemacht, oder erwarte ich das falsche?
[tom@frija ~]$ pacman -Q libinput
libinput 1.15.5-1
edit.es geht um X11