GNOME Bugzilla – Bug 672825
Use per-device idle timers to disable touchpad
Last modified: 2015-11-03 17:55:55 UTC
g-s-d currently spawns syndaemon to enable/disable the touchpad when the user types. This should be switched to per-device idletimers so that syndaemon is not necessary and the touchpad is only disabled for activity some devices (i.e. only the laptop keyboard). Open question: Idletimers reset on any event. syndaemon as spawned by g-s-d currently ignores modifier keys so that control+click is still possible. We'd need some code to do that with idletimers too. Dependency on Bug 672039. X server commit: http://cgit.freedesktop.org/xorg/xserver/commit/?id=d645edd11e7482f98c8b7e0d6c8693285c484907 Example program in Attachment 209695 [details].
> We'd need some code to do that with idletimers too. Was that fixed?
still an issue, haven't looked into it yet either
And we don't have to use syndaemon any more, as libinput does that for us. No need for any more code in g-s-d!