Command: display

Manage your Mac's display settings.

Usage

Usage: m display [OPTIONS]

Description: Manage display settings on macOS

Options:
  --help     Show this help message
  --status   Show current display status
  --up       Increase display brightness
  --down     Decrease display brightness

Options

--status

Shows detailed information about connected displays, including resolution and graphics card information, by running system_profiler.

Example:

m display --status

--up

Increases the display brightness by one step, simulating a press of the 'Brightness Up' key.

Example:

m display --up

--down

Decreases the display brightness by one step, simulating a press of the 'Brightness Down' key.

Example:

m display --down