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