diff options
| author | Alec Goncharow <alec.goncharow@gmail.com> | 2018-10-07 13:54:13 -0400 |
|---|---|---|
| committer | Alec Goncharow <alec.goncharow@gmail.com> | 2018-10-07 13:54:13 -0400 |
| commit | 2825fe0b91dc8f8abb318c83b85f893c35852e69 (patch) | |
| tree | 43cf9cb085692efb7038a7f728263276cae6e0d4 /.config/compton.conf | |
| parent | dc3939e1d6ade0b378837e4f6b427273d4a5c227 (diff) | |
saving desktop config for reinstall
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;
|
