From c2b661adbb5cf7ed72e2e16a50b515e56f491474 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sun, 22 Mar 2026 22:43:08 +0100 Subject: [PATCH] System/Darwinix: Update trackpad/keyboard config --- system/darwinix/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/system/darwinix/default.nix b/system/darwinix/default.nix index 0ce65886..0469d83f 100644 --- a/system/darwinix/default.nix +++ b/system/darwinix/default.nix @@ -84,13 +84,14 @@ Clicking = true; # Tap to click Dragging = true; # Double tap to drag TrackpadRightClick = true; + TrackpadPinch = true; }; }; keyboard = { enableKeyMapping = true; - swapLeftCtrlAndFn = true; - swapLeftCommandAndLeftAlt = true; + swapLeftCtrlAndFn = false; + swapLeftCommandAndLeftAlt = false; }; };