[Linux] Make compton shadows larger

This commit is contained in:
Ivan Malison 2016-09-29 20:37:26 -07:00
parent 5ac35742c2
commit 9b5c4b5d87
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -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 = 5; shadow-radius = 15;
# 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)