From 461da4f071b45c8ceb6773520854c8bc4ec26a1b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 24 Dec 2024 13:19:27 +0100 Subject: marvin: enable key repeat --- system/marvin.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'system') 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; -- cgit 1.4.1