Skip to content

Instantly share code, notes, and snippets.

@4ov
Created May 31, 2020 23:03
Show Gist options
  • Save 4ov/c5a41f27b09096634e922d3f75ff4b15 to your computer and use it in GitHub Desktop.
Save 4ov/c5a41f27b09096634e922d3f75ff4b15 to your computer and use it in GitHub Desktop.
fix scrolling on xubuntu
#xfconf-query -c pointers -p /SynPS2_Synaptics_TouchPad/Properties/Synaptics_Scrolling_Distance -n -t int -t int -s [y] -s [x]
xfconf-query -c pointers -p /SynPS2_Synaptics_TouchPad/Properties/Synaptics_Scrolling_Distance -n -t int -t int -s -50 -s -50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment