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; }; };