[bugfix] corners decorated with white stuff
This commit is contained in:
parent
0d6ffc3e03
commit
61464ccce5
|
@ -176,7 +176,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
|
||||||
|
|
||||||
# Parameters for background blurring, see the *BLUR* section for more information.
|
# Parameters for background blurring, see the *BLUR* section for more information.
|
||||||
# blur-method =
|
# blur-method =
|
||||||
# blur-size = 12
|
# blur-size = 15
|
||||||
#
|
#
|
||||||
# blur-deviation = false
|
# blur-deviation = false
|
||||||
#
|
#
|
||||||
|
@ -424,6 +424,7 @@ log-file = "/tmp/picom.log"
|
||||||
#
|
#
|
||||||
wintypes:
|
wintypes:
|
||||||
{
|
{
|
||||||
|
normal = { fade = false; shadow = false; }
|
||||||
tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; };
|
tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; };
|
||||||
dock = { shadow = false; }
|
dock = { shadow = false; }
|
||||||
dnd = { shadow = false; }
|
dnd = { shadow = false; }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user