autorandr: add change command (#9676)

* autorandr.md: add `autorandr -c`

and since that added some ambiguity, I edited the description for -l

* Update pages/linux/autorandr.md

--change instead of -c

* Update pages/linux/autorandr.md

use --load instead of -l

* autorandr: expand other short options
This commit is contained in:
Bill Kaguru Wanjohi
2022-12-29 19:19:21 -05:00
committed by GitHub
parent 2c599fbe56
commit d03096f087

View File

@@ -5,16 +5,20 @@
- Save the current screen layout:
`autorandr -s {{profile_name}}`
`autorandr --save {{profile_name}}`
- Show the saved profiles:
`autorandr`
- Change the profile:
- Load the first detected profile:
`autorandr -l {{profile_name}}`
`autorandr --change`
- Load a specific profile:
`autorandr --load {{profile_name}}`
- Set the default profile:
`autorandr -d {{profile_name}}`
`autorandr --default {{profile_name}}`