mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:22:08 +02:00
xwinwrap: add pt_BR translation (#7008)
This commit is contained in:
parent
3166ca68a5
commit
41cebf70a0
1 changed files with 20 additions and 0 deletions
20
pages.pt_BR/linux/xwinwrap.md
Normal file
20
pages.pt_BR/linux/xwinwrap.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# xwinwrap
|
||||||
|
|
||||||
|
> Usa um reprodutor de vídeo ou um programa como plano de fundo.
|
||||||
|
> Mais informações: <https://github.com/ujjwal96/xwinwrap>.
|
||||||
|
|
||||||
|
- Reproduz um vídeo usando mpv:
|
||||||
|
|
||||||
|
`xwinwrap -b -nf -ov -- {{mpv}} -wid {{wid}} --loop --no-audio --no-resume-playback --panscan={{1.0}} {{caminho/para/video.mp4}}`
|
||||||
|
|
||||||
|
- Reproduz um vídeo em tela cheia usando mpv:
|
||||||
|
|
||||||
|
`xwinwrap -b -nf -fs -ov -- {{mpv}} -wid {{wid}} --loop --no-audio --no-resume-playback --panscan={{1.0}} {{caminho/para/video.mp4}}`
|
||||||
|
|
||||||
|
- Reproduz um vídeo usando mpv com 80% de opacidade:
|
||||||
|
|
||||||
|
`xwinwrap -b -nf -ov -o 0.8 --- {{mpv}} -wid {{wid}} --loop --no-audio --no-resume-playback --panscan={{1.0}} {{caminho/para/video.mp4}}`
|
||||||
|
|
||||||
|
- Reproduz um vídeo usando mpv em um segundo monitor 1600x900 com 1920 de distância do eixo X:
|
||||||
|
|
||||||
|
`xwinwrap -g 1600x900+1920 -b -nf -ov -- {{mpv}} -wid {{wid}} --loop --no-audio --no-resume-playback --panscan={{1.0}} {{caminho/para/video.mkv}}`
|
Loading…
Add table
Reference in a new issue