Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. Section "InputClass"
  2. Identifier "libinput touchpad catchall"
  3. MatchIsTouchpad "on"
  4. MatchDevicePath "/dev/input/event*"
  5. Driver "libinput"
  6. Option "NaturalScrolling" "off"
  7. Option "MiddleEmulation" "on"
  8. Option "Tapping" "on"
  9. Option "DisableWhileTyping" "on"
  10. Option "PalmDetection" "True"
  11. EndSection
  12.  
  13. gksudo gedit /etc/lightdm/lightdm.conf
  14.  
  15. [SeatDefaults]
  16. user-session=ubuntu
  17.  
  18. ls -al /etc/alternatives/*plymouth*
  19. sudo update-alternatives --config default.plymouth
  20. sudo update-alternatives --config text.plymouth
  21.  
  22. sudo apt remove xserver-xorg-input-libinput
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement