4

In my laptop function to disable touchpad while typing is not working by default neither using running syndaemon with custom configuration.

gnome-settings-daemon run syndaemon as syndaemon -i 1.0 -t -K -R. This configuration completely do nothing.

Any options for syndaemon do nothing. With\out -R, with\out -t etc.

Configuration is

  • dell XPS 15
  • Ubuntu 16.04
  • i3wm
Abonec
  • 249

1 Answers1

4

Solution was to add in /etc/modprobe.d/blacklist.conf

blacklist i2c_designware-platform

And reboot the system. After that syndaemon works fine.

Abonec
  • 249