Looking for an app to easily control and configure your touchpad in Ubuntu Desktop? Touchpad Indicator, an open-source system tray applet, is well worth a try.
Touchpad indicator is a great simple applet that indicates your touchpad status, which also offers:
- Keyboard shortcut to quickly disable/enable touchpad.
- Ability to disable touchpad on typing.
- Basic touchpad configuration like:
- vertical scrolling
- horizontal scrolling
- two fingers vertical or horizontal scrolling
- one finger, two fingers and three fingers tapping actions
How to install Touchpad Indicator in Ubuntu:
The software can be easily installed from the developer’s PPA repository. Simply open terminal from Unity Dash, App Launcher, or via Ctrl+Alt+T shortcut keys, and run commands below one by one:
1. Run command to add the PPA:
sudo add-apt-repository ppa:atareao/atareao
Type in your password when it asks and hit Enter.
2. Then update and install touchpad indicator via command:
sudo apt update sudo apt install touchpad-indicator
For those who don’t want to add PPA, grab the .deb package from HERE and click install via Ubuntu Software.
Uninstall:
To remove the software, simply run apt command with remove flag:
sudo apt remove touchpad-indicator && sudo apt autoremove
The PPA can be removed by going to System Settings -> Software & Updates -> Other Software tab.