“Photo by https://unsplash.com/@bhoogenboom

Disable two-finger swipe left/right page navigation gesture of Chromium-based browsers on macOS.

Victor Aremu
1 min readJul 30, 2020

--

Chromium-based browsers i.e (Chrome, Brave) by default enable two-finger gestures used for navigating to the next or previous page depending on the direction you swipe.

If for some reason you want to disable this feature, you can do this by setting AppleEnableSwipeNavigateWithScrolls to FALSE.

Open your Terminal app, copy the commands below, paste it in your terminal, hit the enter key to run it.

Remember to set appName=”To The Name Of The Chronimum Based Browser Installed on your Mac”. For example I have Brave Browser installed, mine goes like this appName=”Brave”

Commands to disable two-fingers swipe gestures for page navigation.

Close your Terminal app, then restart your browser, do the gesture, it’s gone right? 🍻🌚

Care to know what these commands do? Below, I provide step by step explanation of each command.

Explanation of what each command does.

Bouns

Okay, I want the gesture back what do I do? Easy, just close your browser. Open your Terminal app, copy and paste the commands below, hit the enter key. Make sure your set the appName to the browser’s name.

Undo your actions; Enable the gesture.

--

--

Victor Aremu

👋 Hello, I’m a polyglot developer & designer; Artisan of logic and pixels