Options (5)
-c, --currentbooleanSet the currently focused window opacity to a specific percentage
Example:
picom-trans {{[-c|--current]}} {{[-o|--opacity]}} {{percentage}}-o, --opacitybooleanSet the currently focused window opacity to a specific percentage
Example:
picom-trans {{[-c|--current]}} {{[-o|--opacity]}} {{percentage}}-n, --namebooleanSet the opacity of a window with a specific name
Example:
picom-trans {{[-n|--name]}} {{Firefox}} {{[-o|--opacity]}} {{percentage}}-s, --selectbooleanSet the opacity of a specific window selected via mouse cursor
Example:
picom-trans {{[-s|--select]}} {{[-o|--opacity]}} {{percentage}}-t, --togglebooleanToggle the opacity of a specific window
Example:
picom-trans {{[-n|--name]}} {{Firefox}} {{[-t|--toggle]}}Examples (4)
Set the currently focused window opacity to a specific percentage
picom-trans [-c|--current] [-o|--opacity] percentageSet the opacity of a window with a specific name
picom-trans [-n|--name] Firefox [-o|--opacity] percentageSet the opacity of a specific window selected via mouse cursor
picom-trans [-s|--select] [-o|--opacity] percentageToggle the opacity of a specific window
picom-trans [-n|--name] Firefox [-t|--toggle]made by @shridhargupta | data from tldr-pages