aboutsummaryrefslogtreecommitdiffstats
path: root/.config/compton.conf
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2016-08-09 20:45:53 +0200
committerDavid Runge <dave@sleepmap.de>2016-08-09 20:45:53 +0200
commita8be6a4037c508d25965d5a5e1f7bd76d9b45c8c (patch)
tree38fadce8d19e65e13045df9c0c6daeeaac813ddd /.config/compton.conf
parent56a85d6625e4c92c78750fe54518d4fdd495d36e (diff)
downloaddotfiles-a8be6a4037c508d25965d5a5e1f7bd76d9b45c8c.tar.gz
dotfiles-a8be6a4037c508d25965d5a5e1f7bd76d9b45c8c.tar.bz2
dotfiles-a8be6a4037c508d25965d5a5e1f7bd76d9b45c8c.tar.xz
dotfiles-a8be6a4037c508d25965d5a5e1f7bd76d9b45c8c.zip
.config/compton.conf: Disabling fading (too slow). Lowering shadow-radius, so it won't interfere with WM bars.
Diffstat (limited to '.config/compton.conf')
-rw-r--r--.config/compton.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/compton.conf b/.config/compton.conf
index 378058e..e801450 100644
--- a/.config/compton.conf
+++ b/.config/compton.conf
@@ -4,7 +4,7 @@ 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 = 7; # The blur radius for shadows. (default 12)
+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-opacity = 0.7; # The translucency for shadows. (default .75)
@@ -51,10 +51,10 @@ blur-background-exclude = [
# Exclude conditions for background blur.
# Fading
-fading = true; # Fade windows during opacity changes.
-# fade-delta = 30; # The time between steps in a fade in milliseconds. (default 10).
-fade-in-step = 0.03; # Opacity change between steps while fading in. (default 0.028).
-fade-out-step = 0.03; # Opacity change between steps while fading out. (default 0.03).
+#fading = true; # Fade windows during opacity changes.
+fade-delta = 9; # The time between steps in a fade in milliseconds. (default 10).
+fade-in-step = 0.02; # Opacity change between steps while fading in. (default 0.028).
+fade-out-step = 0.02; # Opacity change between steps while fading out. (default 0.03).
# no-fading-openclose = true; # Avoid fade windows in/out when opening/closing.
fade-exclude = [
"name *= 'VLC'",