Skip to content

Instantly share code, notes, and snippets.

@theodric
Created September 4, 2025 03:34
Show Gist options
  • Save theodric/6f6774e644a1e08bb8dde46b1481d674 to your computer and use it in GitHub Desktop.
Save theodric/6f6774e644a1e08bb8dde46b1481d674 to your computer and use it in GitHub Desktop.
enable trackpoint scrolling on C13 Yoga in Linux
#!/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