prevent osx from scroll-navigating by default

This commit is contained in:
Haak Saxberg 2023-05-25 22:46:15 -07:00
parent 64588c97c3
commit 535b61ed64

View file

@ -209,6 +209,9 @@ in
mru-spaces = false;
showhidden = true;
};
# Two-finger scrolling should not cause browsers to navigate!!
NSGlobalDomain.AppleEnableSwipeNavigateWithScrolls = false;
};
nix.settings.experimental-features = [ "nix-command" "flakes" ];