prevent osx from scroll-navigating by default
This commit is contained in:
parent
64588c97c3
commit
535b61ed64
1 changed files with 3 additions and 0 deletions
|
|
@ -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" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue