[Compton] Decrease shadow radius

This commit is contained in:
Ivan Malison 2016-11-18 16:20:07 -06:00
parent 8c9d16a17f
commit 8577cddd5f
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -54,7 +54,7 @@ glx-swap-method = "undefined";
################################# #################################
# Enabled client-side shadows on windows. # Enabled client-side shadows on windows.
shadow = true; shadow = false;
# Don't draw shadows on DND windows. # Don't draw shadows on DND windows.
no-dnd-shadow = true; no-dnd-shadow = true;
# Avoid drawing shadows on dock/panel windows. # Avoid drawing shadows on dock/panel windows.
@ -62,7 +62,7 @@ no-dock-shadow = true;
# Zero the part of the shadow's mask behind the window. Fix some weirdness with ARGB windows. # Zero the part of the shadow's mask behind the window. Fix some weirdness with ARGB windows.
clear-shadow = true; clear-shadow = true;
# The blur radius for shadows. (default 12) # The blur radius for shadows. (default 12)
shadow-radius = 15; shadow-radius = 5;
# The left offset for shadows. (default -15) # The left offset for shadows. (default -15)
shadow-offset-x = -5; shadow-offset-x = -5;
# The top offset for shadows. (default -15) # The top offset for shadows. (default -15)