[bugfix] corners decorated with white stuff

This commit is contained in:
Klesh Wong 2021-02-25 10:54:11 +08:00
parent 0d6ffc3e03
commit 61464ccce5

View File

@ -176,7 +176,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
# Parameters for background blurring, see the *BLUR* section for more information.
# blur-method =
# blur-size = 12
# blur-size = 15
#
# blur-deviation = false
#
@ -424,6 +424,7 @@ log-file = "/tmp/picom.log"
#
wintypes:
{
normal = { fade = false; shadow = false; }
tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; };
dock = { shadow = false; }
dnd = { shadow = false; }