2018-11-21 09:19:22 +00:00
|
|
|
# autorandr
|
|
|
|
|
|
|
|
> Automatically change screen layout.
|
2021-07-09 15:45:55 +01:00
|
|
|
> More information: <https://github.com/phillipberndt/autorandr>.
|
2018-11-21 09:19:22 +00:00
|
|
|
|
|
|
|
- Save the current screen layout:
|
|
|
|
|
2022-12-30 00:19:21 +00:00
|
|
|
`autorandr --save {{profile_name}}`
|
2018-11-21 09:19:22 +00:00
|
|
|
|
|
|
|
- Show the saved profiles:
|
|
|
|
|
|
|
|
`autorandr`
|
|
|
|
|
2022-12-30 00:19:21 +00:00
|
|
|
- Load the first detected profile:
|
2018-11-21 09:19:22 +00:00
|
|
|
|
2022-12-30 00:19:21 +00:00
|
|
|
`autorandr --change`
|
|
|
|
|
|
|
|
- Load a specific profile:
|
|
|
|
|
|
|
|
`autorandr --load {{profile_name}}`
|
2018-11-21 09:19:22 +00:00
|
|
|
|
|
|
|
- Set the default profile:
|
|
|
|
|
2022-12-30 00:19:21 +00:00
|
|
|
`autorandr --default {{profile_name}}`
|