pages.pt_BR/linux/*: update outdated pages (#13830)

This commit is contained in:
Renie Siqueira
2024-10-02 11:25:12 -03:00
committed by GitHub
parent 39c7412619
commit 07b0b72f10
19 changed files with 230 additions and 89 deletions

View File

@@ -5,16 +5,20 @@
- Salva o layout da tela em uso:
`autorandr -s {{nome_do_perfil}}`
`autorandr --save {{nome_do_perfil}}`
- Exibe os perfis salvos:
`autorandr`
- Altera o perfil:
- Carrega o primeiro perfil detectado:
`autorandr -l {{nome_do_perfil}}`
`autorandr --change`
- Carrega um perfil específico:
`autorandr --load {{nome_do_perfil}}`
- Define o perfil padrão:
`autorandr -d {{nome_do_perfil}}`
`autorandr --default {{nome_do_perfil}}`