aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2016-08-09 22:16:41 +0200
committerDavid Runge <dave@sleepmap.de>2016-08-09 22:16:41 +0200
commit49f1404d5d1bda4a4d4bbaebcf2f2ed2b1873ed1 (patch)
tree992def0f65069bf7466a634dc10e617b494b8c81
parent745448d4e73d9cbd8f083ae788a1a23a17d9a281 (diff)
downloaddotfiles-49f1404d5d1bda4a4d4bbaebcf2f2ed2b1873ed1.tar.gz
dotfiles-49f1404d5d1bda4a4d4bbaebcf2f2ed2b1873ed1.tar.bz2
dotfiles-49f1404d5d1bda4a4d4bbaebcf2f2ed2b1873ed1.tar.xz
dotfiles-49f1404d5d1bda4a4d4bbaebcf2f2ed2b1873ed1.zip
.config/compton.conf
-rw-r--r--.config/compton.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/compton.conf b/.config/compton.conf
index e801450..1940a1a 100644
--- a/.config/compton.conf
+++ b/.config/compton.conf
@@ -4,9 +4,9 @@ no-dock-shadow = true; # Avoid drawing shadows on dock/panel windows.
no-dnd-shadow = true; # Don't draw shadows on DND windows.
clear-shadow = true; # Zero the part of the shadow's mask behind the
# window. Fix some weirdness with ARGB windows.
-shadow-radius = 5; # The blur radius for shadows. (default 12)
-shadow-offset-x = -7; # The left offset for shadows. (default -15)
-shadow-offset-y = -7; # The top offset for shadows. (default -15)
+shadow-radius = 0; #5; # The blur radius for shadows. (default 12)
+shadow-offset-x = 0; #-7; # The left offset for shadows. (default -15)
+shadow-offset-y = 0; #-7; # The top offset for shadows. (default -15)
# shadow-opacity = 0.7; # The translucency for shadows. (default .75)
# shadow-red = 0.0; # Red color value of shadow. (0.0 - 1.0, defaults to 0)
# shadow-green = 0.0; # Green color value of shadow. (0.0 - 1.0, defaults to 0)