commit 0ec9a361483e4fa1a4e50768a516b4534508ccc0
parent acf57329763393f7b3b8e8bdc7bb7f06e63756e7
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 5 Mar 2019 09:32:25 +0100
Change compton shadow settings
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/links/.compton.conf b/links/.compton.conf
@@ -59,11 +59,11 @@ 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 = 4;
+shadow-radius = 8;
# The left offset for shadows. (default -15)
-shadow-offset-x = -2;
+shadow-offset-x = -5;
# The top offset for shadows. (default -15)
-shadow-offset-y = -2;
+shadow-offset-y = -5;
# The translucency for shadows. (default .75)
shadow-opacity = 0.8;