snippetbashTip
autorandr — Automatically change screen layout. More information: <https://manned.org/autorandr>.
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:
autorandrLoad 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
autorandrLoad 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.