HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

autorandr — Automatically change screen layout. More information: <https://manned.org/autorandr>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandautorandrlayoutclichangeautomaticallyscreenmore
linux

Problem

How to use the autorandr command: Automatically change screen layout. More information: <https://manned.org/autorandr>.

Solution

autorandr — Automatically change screen layout. More information: <https://manned.org/autorandr>.

Save the current screen layout:
autorandr {{[-s|--save]}} {{profile_name}}


Show the saved profiles:
autorandr


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}}

Code Snippets

Save the current screen layout

autorandr {{[-s|--save]}} {{profile_name}}

Show the saved profiles

autorandr

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}}

Context

tldr-pages: linux/autorandr

Revisions (0)

No revisions yet.