06-26-2020, 10:11 PM
(This post was last modified: 06-27-2020, 05:16 AM by johnausten13.)
I am not sure if this still works since I already gifted my Linux Lite Laptop last year.
1. Menu>Settings>Mouse and Touchpad>tab Touchpad> Disable touchpad while typing: set the slider to OFF.
2. Menu>Terminal
a. Copy/paste:b. Copy/paste: c. Copy/paste:
3. Menu>Session and Startup>Application Autostart tab
a. Click Add (+ sign)
b. Fill-out the following:
-- Name: Syndaemon
-- Description: Disable the touchpad while typing
-- Command: syndaemon -i 1.0 -K -R -t
Click OK.
4. Reboot your computer
5. Check if working : Terminal> ps aux|grep syndaemon
1. Menu>Settings>Mouse and Touchpad>tab Touchpad> Disable touchpad while typing: set the slider to OFF.
2. Menu>Terminal
a. Copy/paste:
Code:
sudo apt-get install xserver-xorg-input-synaptics
Code:
sudo mkdir -v /etc/X11/xorg.conf.d
Code:
sudo cp -v /usr/share/X11/xorg.conf.d/70-synaptics.conf /etc/X11/xorg.conf.d/70-synaptics.conf
3. Menu>Session and Startup>Application Autostart tab
a. Click Add (+ sign)
b. Fill-out the following:
-- Name: Syndaemon
-- Description: Disable the touchpad while typing
-- Command: syndaemon -i 1.0 -K -R -t
Click OK.
4. Reboot your computer
5. Check if working : Terminal> ps aux|grep syndaemon