Better shadows
This commit is contained in:
parent
fdf22c9a44
commit
be88d54aa8
|
@ -16,9 +16,9 @@ shadow = true; # Enabled client-side shadows on windows.
|
||||||
no-dock-shadow = true; # Avoid drawing shadows on dock/panel windows.
|
no-dock-shadow = true; # Avoid drawing shadows on dock/panel windows.
|
||||||
no-dnd-shadow = true; # Don't draw shadows on DND windows.
|
no-dnd-shadow = true; # Don't draw shadows on DND windows.
|
||||||
clear-shadow = true; # Zero the part of the shadow's mask behind the window (experimental).
|
clear-shadow = true; # Zero the part of the shadow's mask behind the window (experimental).
|
||||||
shadow-radius = 14; # The blur radius for shadows. (default 12)
|
shadow-radius = 15; # The blur radius for shadows. (default 12)
|
||||||
shadow-offset-x = -7; # The left offset for shadows. (default -15)
|
shadow-offset-x = -20; # The left offset for shadows. (default -15)
|
||||||
shadow-offset-y = -7; # The top offset for shadows. (default -15)
|
shadow-offset-y = -20; # The top offset for shadows. (default -15)
|
||||||
shadow-exclude = [
|
shadow-exclude = [
|
||||||
"! name~=''",
|
"! name~=''",
|
||||||
"n:e:Notification",
|
"n:e:Notification",
|
||||||
|
|
Loading…
Reference in New Issue