System Grab Bag

View all TLDR pages from common (or from all pages)

picom-trans

Set the window opacity for the picom window compositor. More information: https://github.com/yshui/picom.
  • Set the currently focused window opacity to a specific percentage:
    picom-trans --current --opacity {{90}}
  • Set the opacity of a window with a specific name:
    picom-trans --name {{Firefox}} --opacity {{90}}
  • Set the opacity of a specific window selected via mouse cursor:
    picom-trans --select --opacity {{90}}
  • Toggle the opacity of a specific window:
    picom-trans --name {{Firefox}} --toggle

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.