Forrest logo
back to context overview

picom-trans

List of commands for picom-trans:

  • picom-trans:tldr:80520 picom-trans: Set the currently focused window opacity to a specific percentage.
    $ picom-trans --current --opacity ${90}
    try on your machine
    explain this command
  • picom-trans:tldr:832da picom-trans: Toggle the opacity of a specific window.
    $ picom-trans --name ${Firefox} --toggle
    try on your machine
    explain this command
  • picom-trans:tldr:cc4a6 picom-trans: Set the opacity of a window with a specific name.
    $ picom-trans --name ${Firefox} --opacity ${90}
    try on your machine
    explain this command
  • picom-trans:tldr:d3396 picom-trans: Set the opacity of a specific window selected via mouse cursor.
    $ picom-trans --select --opacity ${90}
    try on your machine
    explain this command
back to context overview