2025-03-14 21:59:59 -06:00
|
|
|
# picom-trans
|
|
|
|
|
|
|
|
|
|
> Set the window opacity for the `picom` window compositor.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://github.com/yshui/picom/blob/next/man/picom-trans.1.adoc>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Set the currently focused window opacity to a specific percentage:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`picom-trans {{[-c|--current]}} {{[-o|--opacity]}} {{percentage}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Set the opacity of a window with a specific name:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`picom-trans {{[-n|--name]}} {{Firefox}} {{[-o|--opacity]}} {{percentage}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Set the opacity of a specific window selected via mouse cursor:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`picom-trans {{[-s|--select]}} {{[-o|--opacity]}} {{percentage}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Toggle the opacity of a specific window:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`picom-trans {{[-n|--name]}} {{Firefox}} {{[-t|--toggle]}}`
|