mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
20 lines
277 B
Markdown
20 lines
277 B
Markdown
![]() |
# autorandr
|
||
|
|
||
|
> Automatically change screen layout.
|
||
|
|
||
|
- Save the current screen layout:
|
||
|
|
||
|
`autorandr -s {{profile_name}}`
|
||
|
|
||
|
- Show the saved profiles:
|
||
|
|
||
|
`autorandr`
|
||
|
|
||
|
- Change the profile:
|
||
|
|
||
|
`autorandr -l {{profile_name}}`
|
||
|
|
||
|
- Set the default profile:
|
||
|
|
||
|
`autorandr -d {{profile_name}}`
|