> For the complete documentation index, see [llms.txt](https://wiki.bryanpcoleman.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.bryanpcoleman.com/apple-macos/terminal-commands.md).

# Terminal Commands

### 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 #.#

//
```
