Skip to content

Instantly share code, notes, and snippets.

@vdakalov
Last active December 20, 2016 05:51
Show Gist options
  • Select an option

  • Save vdakalov/d267b77f3919a907b677 to your computer and use it in GitHub Desktop.

Select an option

Save vdakalov/d267b77f3919a907b677 to your computer and use it in GitHub Desktop.
Лоусенс для мыши
# set mouse params
POINTER_NAME="USB Optical Mouse"
POINTER_ID=$(xinput list --id-only $POINTER_NAME)
xinput set-prop $POINTER_ID 262 1.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment