mqudsi / syngesture

Swipes and gestures for Linux with the MT multitouch protocol
Other
225 stars 11 forks source link

can't add permanent configuration #8

Closed juba0x00 closed 1 year ago

juba0x00 commented 1 year ago

How to add a fixed event

mqudsi commented 1 year ago

Hello,

I'm glad to hear that syngestures worked for you where the other tools didn't. There is no support for wildcards, regular expressions, or glob patterns in the device path at this time, though it's not something I'm against in principle.

What Linux distribution are you using? I feel like there has to be a stable path to the device available somewhere, even if it's not at /dev/input/event25.

You might want to look at the entire output of dmesg after system startup to see where the device is being registered - but it still might not show there depending on who creates the stable symlink (assuming there is one).

What other devices do you have under /dev/input/? Is there any way of systemically/programmatically determining which is the touchpad?

juba0x00 commented 1 year ago

thank you after searching, I found this path like your documentation /dev/input/by-path/platform-i8042-serio-1-event-mouse. I'm sorry for bothering you.