JoseExposito / touchegg

Linux multi-touch gesture recognizer
GNU General Public License v3.0
3.65k stars 168 forks source link

Ability to disable touchgg for some device #654

Open DiabloCRP opened 8 months ago

DiabloCRP commented 8 months ago

Is your feature request related to a problem? Please describe

I'm using convertible device, so have two supported devices (touchscreen and touchpad), but need additional gestures only on touchscreen, because my touchpad have builtin gestures.

Describe the solution you'd like

Ability to select device[s] to handle with touchgg

JoseExposito commented 7 months ago

This is not possible at the moment. In the RUN_COMMAND action, it is possible to access the TOUCHEGG_DEVICE_TYPE environment variable in to check the device used. However, in the other actions it is not possible.

I'm not sure if this can help in your case.