Skip to content

ccarlfjord/chrubuntu-falco-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

v0.1, touchpad fix not yet included see Fix touchpad

Automatic script to fix annoyances when reinstalling an Ubuntu based distribution on a HP Chromebook 14 "Falco"

What does this script do?

  • Fixes sleep
  • Fixes keybinds after my own preferences
  • (Not Yet) Fixes touchpad after my own preferences

Fix touchpad

In /usr/share/X11/xorg.conf.d/50-synaptics.conf under:

Section "InputClass"
    Identifier "touchpad catchall"
    Driver "synaptics"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"

Add:

Option "FingerHigh" "9"
Option "FingerLow" "4"

About

Automatic script to fix some annoyances when reinstalling an Ubuntu based distribution on a HP Chromebook 14 "Falco"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages