HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

picom-trans — Set the window opacity for the `picom` window compositor. More information: <https://github.com/yshu

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandpicom-transcliopacitysetforwindow

Problem

How to use the picom-trans command: Set the window opacity for the picom window compositor. More information: <https://github.com/yshui/picom/blob/next/man/picom-trans.1.adoc>.

Solution

picom-trans — Set the window opacity for the picom window 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]}}

Code Snippets

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]}}

Context

tldr-pages: common/picom-trans

Revisions (0)

No revisions yet.