How to disable two finger swipe navigation

I figured this out and thought I’d share it. Write this command in your terminal

defaults write com.brave.Browser AppleEnableSwipeNavigateWithScrolls -bool FALSE

Then restart Brave.

You can also check the current config with:

defaults read com.brave.Browser

And I haven’t tried it yet but I’m 99% sure you enable the gesture with

defaults write com.brave.Browser AppleEnableSwipeNavigateWithScrolls -bool TRUE

Thank you @alexander-soare. You have stopped my suffering! I am forever grateful! Thank you!
[ Just to be clear @alexander-soare’s solution worked. Admin may close this ticket. (I can’t seem to do that) ]

1 Like