From 43386cc144937688b5b512baa038e9813da5d788 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 11 Jun 2025 15:50:45 +0300 Subject: [PATCH] paperwm: spacing fixes --- modules/darwin/paperwm.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/darwin/paperwm.nix b/modules/darwin/paperwm.nix index bff5a14..dba5d76 100644 --- a/modules/darwin/paperwm.nix +++ b/modules/darwin/paperwm.nix @@ -21,8 +21,8 @@ in { "com.apple.keyboard.fnState" = false; # Don't invert Fn. "com.apple.trackpad.scaling" = 1.5; # Faster mouse speed. - InitialKeyRepeat = 15; - KeyRepeat = 1; + InitialKeyRepeat = 15; + KeyRepeat = 1; NSAutomaticCapitalizationEnabled = false; NSAutomaticDashSubstitutionEnabled = false;