diff options
Diffstat (limited to '.compton.conf')
-rw-r--r-- | .compton.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.compton.conf b/.compton.conf index 4302c79..2b731b3 100644 --- a/.compton.conf +++ b/.compton.conf @@ -55,7 +55,7 @@ glx-copy-from-front = false; #################################
# Enabled client-side shadows on windows.
-shadow = true;
+shadow = false;
# The blur radius for shadows. (default 12)
shadow-radius = 5;
# The left offset for shadows. (default -15)
|