diff options
Diffstat (limited to '.config/compton.conf')
| -rw-r--r-- | .config/compton.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/compton.conf b/.config/compton.conf index 6608cb2..07e6583 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -64,13 +64,13 @@ no-dock-shadow = true; # Zero the part of the shadow's mask behind the window. Fix some weirdness with ARGB windows.
clear-shadow = true;
# The blur radius for shadows. (default 12)
-shadow-radius = 5;
+shadow-radius = 12;
# The left offset for shadows. (default -15)
-shadow-offset-x = -5;
+shadow-offset-x = -15;
# The top offset for shadows. (default -15)
-shadow-offset-y = -5;
+shadow-offset-y = -15;
# The translucency for shadows. (default .75)
-shadow-opacity = 0.5;
+shadow-opacity = 0.75;
# Set if you want different colour shadows
# shadow-red = 0.0;
|
