@jaspermayone.com's dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

reenable natural scrolling

+1 -1
+1 -1
darwin/default.nix
··· 191 191 AppleKeyboardUIMode = 3; # Full keyboard access 192 192 193 193 # Scrolling 194 - "com.apple.swipescrolldirection" = false; # (true = Natural scrolling 194 + "com.apple.swipescrolldirection" = true; # Natural scrolling 195 195 196 196 # Appearance 197 197 AppleShowAllExtensions = true;