mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 11:35:24 +02:00
autorandr: add page (#2602)
This commit is contained in:
parent
5eb448ebf6
commit
8903a79304
1 changed files with 19 additions and 0 deletions
19
pages/linux/autorandr.md
Normal file
19
pages/linux/autorandr.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# autorandr
|
||||
|
||||
> Automatically change screen layout.
|
||||
|
||||
- Save the current screen layout:
|
||||
|
||||
`autorandr -s {{profile_name}}`
|
||||
|
||||
- Show the saved profiles:
|
||||
|
||||
`autorandr`
|
||||
|
||||
- Change the profile:
|
||||
|
||||
`autorandr -l {{profile_name}}`
|
||||
|
||||
- Set the default profile:
|
||||
|
||||
`autorandr -d {{profile_name}}`
|
Loading…
Add table
Reference in a new issue