Head to terminal create a file
sudo nano /etc/dconf/db/gdm.d/06-tap-to-click
add the following line
[org/gnome/desktop/peripherals/touchpad]
tap-to-click=true
save it
Recompile the GDM database. Execute the following to log in to the GDM user temporarily and enable the action:
sudo -u gdm dbus-launch gsettings set org.gnome.desktop.peripherals.touchpad tap-to-click 'true'
No comments:
Post a Comment