Skip to content

Commit

Permalink
just a bit faster, please
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Sep 22, 2021
1 parent 2b6f679 commit 5b0d081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/xserver/default.nix
Expand Up @@ -9,8 +9,8 @@

xkbOptions = "ctrl:nocaps";

autoRepeatDelay = 300;
autoRepeatInterval = 50;
autoRepeatDelay = 250;
autoRepeatInterval = 40;

libinput = {
enable = true;
Expand Down

0 comments on commit 5b0d081

Please sign in to comment.