1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 15:55:26 +02:00
tldr/pages/linux/autorandr.md

25 lines
443 B
Markdown
Raw Normal View History

2018-11-21 04:19:22 -05:00
# autorandr
> Automatically change screen layout.
> More information: <https://manned.org/autorandr>.
2018-11-21 04:19:22 -05:00
- Save the current screen layout:
`autorandr {{[-s|--save]}} {{profile_name}}`
2018-11-21 04:19:22 -05:00
- Show the saved profiles:
`autorandr`
- Load the first detected profile:
2018-11-21 04:19:22 -05:00
`autorandr {{[-c|--change]}}`
- Load a specific profile:
`autorandr {{[-l|--load]}} {{profile_name}}`
2018-11-21 04:19:22 -05:00
- Set the default profile:
`autorandr {{[-d|--default]}} {{profile_name}}`