mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-22 20:32:59 +09:00
feat(system.nix): enable mouse swipe navigate with scrolls
This commit is contained in:
parent
9cd0a42df3
commit
bc9bd1ba61
1 changed files with 1 additions and 0 deletions
|
|
@ -117,6 +117,7 @@
|
||||||
|
|
||||||
AppleShowScrollBars = "WhenScrolling";
|
AppleShowScrollBars = "WhenScrolling";
|
||||||
AppleScrollerPagingBehavior = true;
|
AppleScrollerPagingBehavior = true;
|
||||||
|
AppleEnableMouseSwipeNavigateWithScrolls = true;
|
||||||
|
|
||||||
NSAutomaticCapitalizationEnabled = false;
|
NSAutomaticCapitalizationEnabled = false;
|
||||||
NSAutomaticDashSubstitutionEnabled = false;
|
NSAutomaticDashSubstitutionEnabled = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue