Increase shadow radius

This commit is contained in:
Dominik V. Salonen 2018-03-12 17:04:55 +01:00
parent 4b545fb801
commit 7c6ed2ea87
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ shadow = true; # Enabled client-side shadows on windows.
no-dock-shadow = true; # Avoid drawing shadows on dock/panel 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).
shadow-radius = 7; # The blur radius for shadows. (default 12)
shadow-radius = 14; # The blur radius for shadows. (default 12)
shadow-offset-x = -7; # The left offset for shadows. (default -15)
shadow-offset-y = -7; # The top offset for shadows. (default -15)
shadow-exclude = [
@ -53,4 +53,4 @@ detect-client-opacity = true; # This prevents opacity being ignored for some app
wintypes:
{
tooltip = { fade = true; shadow = false; };
};
};