1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/picom-trans.md

21 lines
567 B
Markdown
Raw Normal View History

# picom-trans
> `picom` 윈도우 합성기의 윈도우 투명도를 설정.
> 더 많은 정보: <https://github.com/yshui/picom>.
- 현재 포커스된 윈도우의 투명도를 특정 퍼센트로 설정:
`picom-trans --current --opacity {{90}}`
- 특정 이름을 가진 윈도우의 투명도를 설정:
`picom-trans --name {{Firefox}} --opacity {{90}}`
- 마우스 커서로 선택한 특정 윈도우의 투명도를 설정:
`picom-trans --select --opacity {{90}}`
- 특정 윈도우의 투명도를 토글:
`picom-trans --name {{Firefox}} --toggle`