How can I toggle magic mouse one finger swipe pages gesture via terminal?
The command defaults write -g AppleEnableSwipeNavigateWithScrolls -bool NO triggers checkbox in System Preferences, but doesn't affect swiping gesture.
Checkbox toggle in System Preferences turns off swipe gesture instantly without need to restart magic mouse. I want to get same functionality from terminal.

