Skip to content

Commit

Permalink
speed up the keyboard repeat rate
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Sep 22, 2021
1 parent 135b665 commit 05a3c5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nixos/xserver/default.nix
Expand Up @@ -9,6 +9,9 @@

xkbOptions = "ctrl:nocaps";

autoRepeatDelay = 300;
autoRepeatInterval = 50;

libinput = {
enable = true;

Expand Down

0 comments on commit 05a3c5f

Please sign in to comment.