PICOM-TRANS(1) | User Commands | PICOM-TRANS(1) |
picom-trans - an opacity setter tool
picom-trans [-w WINDOW_ID] [-n WINDOW_NAME] [-c] [-s] OPACITY
picom-trans is a bash script that sets _NET_WM_WINDOW_OPACITY attribute of a window using standard X11 command-line utilities, including xprop(1) and xwininfo(1). It is similar to transset(1) or transset-df(1).
-w, --window=WINDOW_ID
-n, --name=WINDOW_NAME
-c, --current
-s, --select
-o, --opacity=OPACITY
-g, --get
-d, --delete
-t, --toggle
-r, --reset
picom-trans -w "$WINDOWID" 75
picom-trans -n "urxvt" 75
picom-trans -c 75
picom-trans -s 75
picom-trans -c +5
picom-trans -c -- -5
picom-trans -c --delete
picom-trans -c --toggle 90
picom-trans --reset
Please submit bug reports to https://github.com/yshui/picom.
06/05/2022 | picom v9.1 |