mirror of
https://github.com/turtlebasket/env.git
synced 2026-03-04 11:34:27 -08:00
update hs config & add mouse accel script
This commit is contained in:
10
scripts/disable_mouse_accel.sh
Normal file
10
scripts/disable_mouse_accel.sh
Normal 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.
|
||||
Reference in New Issue
Block a user