For the complete documentation index, see llms.txt. This page is also available as Markdown.

Terminal Commands

Commands that I've come across that I've had to use and may be beneficial in the future.

Mouse Sensitivity Scaling:

// Reads the current configuration

default read .GlobalPreferences com.apple.mouse.scaling

//
// Writes the configuration you set where "#" stand for a number of your
// choosing, i.e. 7.0

default write .GlobalPreferences com.apple.mouse.scaling #.#

//

Last updated