diff options
author | Alan Pearce | 2024-12-24 13:19:27 +0100 |
---|---|---|
committer | Alan Pearce | 2024-12-24 13:19:27 +0100 |
commit | 461da4f071b45c8ceb6773520854c8bc4ec26a1b (patch) | |
tree | cb28bbbacaa390420b463394c20b3b003a0218e9 /system/marvin.nix | |
parent | 5b43218ebaaf4c2f27fb0f42b6044006a2fddbf5 (diff) | |
download | nixfiles-461da4f071b45c8ceb6773520854c8bc4ec26a1b.tar.lz nixfiles-461da4f071b45c8ceb6773520854c8bc4ec26a1b.tar.zst nixfiles-461da4f071b45c8ceb6773520854c8bc4ec26a1b.zip |
marvin: enable key repeat
Diffstat (limited to 'system/marvin.nix')
-rw-r--r-- | system/marvin.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/marvin.nix b/system/marvin.nix index 0e022fb7..2dd7986a 100644 --- a/system/marvin.nix +++ b/system/marvin.nix @@ -81,6 +81,7 @@ }; NSGlobalDomain = { AppleShowScrollBars = "Always"; + ApplePressAndHoldEnabled = false; }; screensaver = { askForPasswordDelay = 60; |