Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Now let's backup and then remove the current libinput touchpad conf file (which in my case was 30-touchpad.conf).

Code Block
languagebash
sudo mv 30-touchpad.conf 30-touchpad.conf.backup

...

Note you'll need to reboot or restart x for X for the changes to take place.

...

On one my laptops (Thinkpad e480) there was noticable screen tearing with picom enabled.  To eliminate the screen tearing found there were several tweaks needed to the ~/.config/picom.conf configuration file.  Below are the changes needed (note you'll need to replace the original settings below with these ones):

...