Linux command
picom-trans 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Set window transparency
picom-trans -w [window_id] [75]
Set by clicking
picom-trans -c [75]
Set by window name
picom-trans -n [firefox] [90]
Reset transparency
picom-trans -w [window_id] -d
Toggle transparency
picom-trans -c -t
Set opacity (0-100)
picom-trans -c [50]
说明
picom-trans sets window transparency for the picom compositor. It adjusts individual window opacity. Window selection by click enables interactive use. Click any window to modify its transparency. Opacity values range from 0 (invisible) to 100 (opaque). Values like 75 give subtle transparency. Toggle mode switches between transparent and opaque. Useful for temporary visibility changes. Resets remove custom transparency. Windows return to default compositor settings.
参数
- -w _ID_
- Window ID.
- -n _NAME_
- Window name/class.
- -c
- Click to select window.
- -t
- Toggle transparency.
- -d
- Delete/reset transparency.
- -o _OPACITY_
- Set opacity (0-100).
- -s
- Select focused window.
FAQ
What is the picom-trans command used for?
picom-trans sets window transparency for the picom compositor. It adjusts individual window opacity. Window selection by click enables interactive use. Click any window to modify its transparency. Opacity values range from 0 (invisible) to 100 (opaque). Values like 75 give subtle transparency. Toggle mode switches between transparent and opaque. Useful for temporary visibility changes. Resets remove custom transparency. Windows return to default compositor settings.
How do I run a basic picom-trans example?
Run `picom-trans -w [window_id] [75]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -w _ID_ do in picom-trans?
Window ID.