autorandr: add page (#2602)

This commit is contained in:
Émile Nadeau
2018-11-21 04:19:22 -05:00
committed by Owen Voke
parent 5eb448ebf6
commit 8903a79304

19
pages/linux/autorandr.md Normal file
View 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}}`