I'm making the switch from gnome to xmonad, and one of the customizations I have made in gnome which does not translate over to xmonad is an increased keyboard repeat rate. Is there a more general purpose tool to set the keyboard repeat rate in linux than something that is dependent upon your desktop environment such as gnome or kde?

link|improve this question

71% accept rate
feedback

1 Answer

up vote 2 down vote accepted

xset:

...
To turn auto-repeat off or on:
    -r [keycode]        r off
     r [keycode]        r on
     r rate [delay [rate]]
...

Alternatively, run gnome-settings-daemon inside xmonad.

link|improve this answer
Thanks, that works perfectly. I used xset r rate 250 50. – Bryan Ward Jan 30 '11 at 22:06
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.