Synaptics touchpads are a standard feature in laptops and notebooks, offering precise cursor control and gesture recognition. In this guide, we’ll explore how to enable tap to click on Kali Linux 2016.2 for Synaptics touchpads, enhancing your hacking experience.
Follow these straightforward steps to activate this feature:
- Install xserver-xorg-input-synaptics: Begin by installing the necessary package using the following terminal command:
sudo apt install xserver-xorg-input-synaptics
- Modify Configuration File: Add Option “TapButton1” “1” to the configuration file located at /usr/share/X11/xorg.conf.d/70-synaptics.conf under Section “InputClass”. Use the Leafpad text editor to open the file:
leafpad /usr/share/X11/xorg.conf.d/70-synaptics.conf
- Optional: Enable Scrolling: If desired, you can enable scrolling functionality by adding the following lines to the configuration file:
Option “VertEdgeScroll” “1”
Option “HorizEdgeScroll” “1”
- Apply Changes: Once you’ve made the necessary modifications, log out of your system or reboot for the changes to take effect.

Looking to upgrade your privacy? Explore the Purism Librem 14 Review: the King of Privacy-Focused Laptops!
Congratulations! You’ve successfully enabled tap to click for your Synaptics touchpad in Kali Linux 2016.2. By incorporating this feature, you’ll enjoy smoother navigation and increased productivity as you interact with your system.



Linux-Tech&More Comment Policy
Comments are welcomed and encouraged on this blog. Spam, abusive and off-topics comments will be deleted. Please read our Comments policy before commenting.
Join the Discussion!