commands.sh

picom-trans

all

Set the window opacity for the `picom` window compositor.

More info →

Options (5)

-c, --currentboolean

Set the currently focused window opacity to a specific percentage

Example: picom-trans {{[-c|--current]}} {{[-o|--opacity]}} {{percentage}}
-o, --opacityboolean

Set the currently focused window opacity to a specific percentage

Example: picom-trans {{[-c|--current]}} {{[-o|--opacity]}} {{percentage}}
-n, --nameboolean

Set the opacity of a window with a specific name

Example: picom-trans {{[-n|--name]}} {{Firefox}} {{[-o|--opacity]}} {{percentage}}
-s, --selectboolean

Set the opacity of a specific window selected via mouse cursor

Example: picom-trans {{[-s|--select]}} {{[-o|--opacity]}} {{percentage}}
-t, --toggleboolean

Toggle 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] 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]
made by @shridhargupta | data from tldr-pages