Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-28 00:19:57 +00:00
parent 8d4568cb48
commit 42ee16d1f0
44 changed files with 155 additions and 107 deletions

View File

@@ -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}}`