Created
          September 4, 2025 03:34 
        
      - 
      
 - 
        
Save theodric/6f6774e644a1e08bb8dde46b1481d674 to your computer and use it in GitHub Desktop.  
    enable trackpoint scrolling on C13 Yoga in Linux
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/bash | |
| # Enables normal trackpoint scrolling on the ex-chromebook | |
| # this goes into .config/autostart-scripts (make dir if required) and Plasma will automagically turn it into a .desktop in .config/autostart/ | |
| xinput set-prop "TPPS/2 Elan TrackPoint" "libinput Scroll Method Enabled" 0 0 1 | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment