update hs config & add mouse accel script

This commit is contained in:
2021-12-08 12:53:59 -08:00
parent 23994cbad9
commit b090d42e78
2 changed files with 75 additions and 7 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/bash
# Disable mouse movement acceleration
defaults write .GlobalPreferences com.apple.mouse.scaling -1
# Disable scrolling acceleration
defaults write .GlobalPreferences com.apple.scrollwheel.scaling -1
# Remind to logout
echo To fully apply changes, log out and back in again.