Closed bekcpear closed 7 years ago
Could you test if https://github.com/awesomeWM/awesome/pull/1939 fixes this? It's a trivial patch that you can easily apply to your /usr/share/awesome/lib/awful/tooltip.lua
with a text editor: https://github.com/awesomeWM/awesome/pull/1939/files
Yes, it has been fixed. Efficient work, thanks very much.
Output of
awesome --version
:How to reproduce the issue: execute
compton
with following configurationActual result:
the tooltip is still completely opaque, unless add config
normal = { fade = true; shadow = false; opacity = 0.85; focus = true; };
into the configuration file. However the "normal" will make all windows(clients) transparent.Expected result:
make tooltip transparent when setting
tooltip = { fade = true; shadow = false; opacity = 0.85; focus = true; };
in the compton configuration file.I guess the tooltip has a wrong NET_WM_WINDOW_TYPE?