Hello! Everytime when I’m booting up, I have to execute xset r rate 250
to have my suitable key-repeating-setting.
May I ask if there’s an option for this which I can use in services.xserver
?
Hello! Everytime when I’m booting up, I have to execute xset r rate 250
to have my suitable key-repeating-setting.
May I ask if there’s an option for this which I can use in services.xserver
?
I found a way to accomplish this by making use of xsession.initExtra.
I just set it:
initExtra = "xset r rate 250";