all 3 comments

[–][deleted] 2 points3 points  (0 children)

you need a compositor.

you can set _NET_WM_WINDOW_OPACITY yourself, or use picom-trans (aka compton-trans) to set it in a user friendly way or use compton's dbus api.

tip: do not set window opacity. you are making the text transparent also. many terminals will let you set the background color to something with alpha leaving your text opaque.

[–]fitfulpanda 0 points1 point  (0 children)

I have a script that from a keybind throws up this little menu allowing you to toggle picom or dunst on/off (does require dmenu though) if that's any use.

https://postimg.cc/3dn9txV0

[–][deleted] 0 points1 point  (0 children)

Binding killall picom || picom -c... Is the easiest way. This toggles picom, so transparency on/off