From d8ebc497b5191a56f7ef1e3efe2c81e3dff37492 Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 17 Aug 2016 15:16:45 +0200 Subject: .config/compton.conf: Disabling client-side shadows. Adding conky exclusions. --- .config/compton.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.config/compton.conf') 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'", -- cgit v1.2.3-54-g00ecf