Hi, I could turn off my touchpad by pressing F6, and then the touchpad turns off. However, on startup, the touchpad is set to on automatically. I again have to press F6 to turn off my touchpad. I don’t want to disable it entirely. I just want to turn the touchpad on when necessary just by pressing F6 again. What do I do?
Searching for an actual Toggle, I am not finding much for Gnome. I found some bash scripts that may work, but pretty sure you don’t want to go through that trouble without a reasonable guarantee it will do what you want it to do.
Hello, it is 2024, and we are at Zorin 17. I would like to know if there is a way to disable the touchpad on the system, even completely, with a command and then re-enable it.
This would be the command to disable the touchpad on Zorin Wayland:
gsettings set org.gnome.desktop.peripherals.touchpad send-events disabled
In order to re-enable, you can just use enabled at the end. This behaves the same as if your keyboard had a button to toggle the touchpad on or off. If you wanted this to run at startup, you could add it to the startup applications and use that code as the command. This wouldn't disabled it in the login screen, and you could do that with a couple other options, but I assume this is more what you mean.
perfect solution to toggle touchpad - in Keyboard > Shortcuts > Custom Shortcuts > created one shortcut using the listed command "disabled" and a slightly different shortcut with "enabled" ... such as ctrl + super + l for Off; And ctrl + super + m to turn it back on . Thanks @applecheeks37