1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 01:26:03 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,16 +5,20 @@
- Save the current screen layout: - Save the current screen layout:
`autorandr -s {{profile_name}}` `autorandr --save {{profile_name}}`
- Show the saved profiles: - Show the saved profiles:
`autorandr` `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: - Set the default profile:
`autorandr -d {{profile_name}}` `autorandr --default {{profile_name}}`