mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
cb402ec669
Co-authored-by: Harshavardhan <harshath3018@gmail.com>
669 B
669 B
picom-trans
Set the window opacity for the
picomwindow compositor. More information: https://github.com/yshui/picom/blob/next/man/picom-trans.1.adoc.
- Set the currently focused window opacity to a specific percentage:
picom-trans {{[-c|--current]}} {{[-o|--opacity]}} {{percentage}}
- Set the opacity of a window with a specific name:
picom-trans {{[-n|--name]}} {{Firefox}} {{[-o|--opacity]}} {{percentage}}
- Set the opacity of a specific window selected via mouse cursor:
picom-trans {{[-s|--select]}} {{[-o|--opacity]}} {{percentage}}
- Toggle the opacity of a specific window:
picom-trans {{[-n|--name]}} {{Firefox}} {{[-t|--toggle]}}