Skip to content

Instantly share code, notes, and snippets.

@miebach
Created February 6, 2014 20:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miebach/8851854 to your computer and use it in GitHub Desktop.
Save miebach/8851854 to your computer and use it in GitHub Desktop.
change keyboaard repeat rrrrrate
#!/bin/sh
xset r rate 130 70
# 130 is the delay before the keypress starts repeating
# 70 is the pause between the repeaats
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment