aboutsummaryrefslogtreecommitdiffstats
path: root/.config/compton.conf
diff options
context:
space:
mode:
Diffstat (limited to '.config/compton.conf')
-rw-r--r--.config/compton.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/.config/compton.conf b/.config/compton.conf
index 1940a1a..6183424 100644
--- a/.config/compton.conf
+++ b/.config/compton.conf
@@ -1,5 +1,5 @@
# Shadow
-shadow = true; # Enabled client-side shadows on windows.
+shadow = false; # Enabled client-side shadows on windows.
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
@@ -14,6 +14,7 @@ shadow-offset-y = 0; #-7; # The top offset for shadows. (default -15)
shadow-exclude = [
"n:e:Notification",
"class_g = 'conky'",
+ "name *= 'conky'",
"_GTK_FRAME_EXTENTS@:c",
"_NET_WM_OPAQUE_REGION@:c"
]; # Exclude conditions for shadows.
@@ -43,6 +44,7 @@ blur-background-fixed = false; # Do not let blur radius adjust based on windo
blur-background-exclude = [
"window_type = 'dock'",
"window_type = 'desktop'",
+ "class_g = 'Conky'",
"name *= 'VLC'",
"name *= 'Firefox'",
"name *= 'Vimperator'",
@@ -57,6 +59,7 @@ fade-in-step = 0.02; # Opacity change between steps while fading in. (default
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 = [
+ "class_g = 'Conky'",
"name *= 'VLC'",
"name *= 'Firefox'",
"name *= 'Vimperator'",
@@ -85,6 +88,7 @@ sw-opti = false; # Limit compton to repaint at most once every 1 / refresh_ra
unredir-if-possible = false; # Unredirect all windows if a full-screen opaque window is
# detected, to maximize performance for full-screen windows.
focus-exclude = [
+ "class_g = 'Conky'",
"name *= 'VLC'",
"name *= 'Firefox'",
"name *= 'Vimperator'",