tldr/pages/linux/autorandr.md

21 lines
343 B
Markdown
Raw Normal View History

2018-11-21 09:19:22 +00:00
# autorandr
> Automatically change screen layout.
> More information: <https://github.com/phillipberndt/autorandr>.
2018-11-21 09:19:22 +00:00
- 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}}`