mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 11:01:50 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,11 +6,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# autorandr
|
||||
|
||||
> Automatically change screen layout.
|
||||
> More information: <https://github.com/phillipberndt/autorandr>.
|
||||
> More information: <https://manned.org/autorandr>.
|
||||
|
||||
- Save the current screen layout:
|
||||
|
||||
`autorandr --save {{profile_name}}`
|
||||
`autorandr {{[-s|--save]}} {{profile_name}}`
|
||||
|
||||
- Show the saved profiles:
|
||||
|
||||
@@ -18,12 +18,12 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Load the first detected profile:
|
||||
|
||||
`autorandr --change`
|
||||
`autorandr {{[-c|--change]}}`
|
||||
|
||||
- Load a specific profile:
|
||||
|
||||
`autorandr --load {{profile_name}}`
|
||||
`autorandr {{[-l|--load]}} {{profile_name}}`
|
||||
|
||||
- Set the default profile:
|
||||
|
||||
`autorandr --default {{profile_name}}`
|
||||
`autorandr {{[-d|--default]}} {{profile_name}}`
|
||||
|
||||
Reference in New Issue
Block a user