commands.sh

autorandr

linux

Automatically change screen layout.

More info →

Options (4)

-s, --saveboolean

Save the current screen layout

Example: autorandr {{[-s|--save]}} {{profile_name}}
-c, --changeboolean

Load the first detected profile

Example: autorandr {{[-c|--change]}}
-l, --loadboolean

Load a specific profile

Example: autorandr {{[-l|--load]}} {{profile_name}}
-d, --defaultboolean

Set the default profile

Example: autorandr {{[-d|--default]}} {{profile_name}}

Examples (5)

Save the current screen layout

autorandr [-s|--save] profile_name

Show the saved profiles

Load the first detected profile

autorandr [-c|--change]

Load a specific profile

autorandr [-l|--load] profile_name

Set the default profile

autorandr [-d|--default] profile_name
made by @shridhargupta | data from tldr-pages