0

I am trying tap activate my touchpad according to this answer Activate tap to click on touchpad? but the problem is that I don't have a folder /etc/X11/xorg.conf.d. Any ideas?

Rui F Ribeiro
  • 55,929
  • 26
  • 146
  • 227
hal
  • 191
  • 1
  • 9

1 Answers1

3

Create the missing directory with:

# mkdir -p /etc/X11/xorg.conf.d
GAD3R
  • 63,407
  • 31
  • 131
  • 192