Why isn't tap to click enabled by default on the login/lock screen

This is a very trivial feature that can very easily be supported, but not something a new Linux user can just configure on their own.

xhost +SI:localuser:gdm; sudo -u gdm -s bash -c "gsettings set org.gnome.desktop.peripherals.touchpad tap-to-click true; gsettings set org.gnome.desktop.peripherals.keyboard numlock-state true"

3 Likes

Very helpful. Thanks. I also agree it should be default

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.