From 6630f3daf4963592608eb1d20b8b03fe0d4c782c Mon Sep 17 00:00:00 2001 From: Bryan Jones Date: Thu, 10 Oct 2024 16:08:13 -0400 Subject: [PATCH] add zoom to macos --- hosts/nix-mb-01/macos-defaults.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/nix-mb-01/macos-defaults.nix b/hosts/nix-mb-01/macos-defaults.nix index 545d9b2..7dedba4 100644 --- a/hosts/nix-mb-01/macos-defaults.nix +++ b/hosts/nix-mb-01/macos-defaults.nix @@ -277,6 +277,9 @@ _: { # Requires macOS Yosemite or later. # The default is false. reduceTransparency = false; + # Use scroll gesture with the Ctrl (^) modifier key to zoom. + # The default is false. + closeViewScrollWheelToggle = true; }; trackpad = {