How to set keyboard delay/repeat rate in Wayland?

I am transitioning to Wayland (Hyprland, if that matters).

In my old X setup, I had keyboard repeat/delay rates set by:

  services.xserver.autoRepeatDelay = 200 ;
  services.xserver.autoRepeatInterval = 25 ;

But this doesn’t work in Wayland/Hyprland. I have scoured the internet without luck. How can I do this?

It’s as expected compositor-dependent. For Hyprland there are a couple of options in the input section of hyprland.conf. See Variables – Hyprland Wiki.

1 Like

I see, thanks for pointing me in the right direction!

1 Like