aboutsummaryrefslogtreecommitdiffstats
path: root/.config/compton.conf
diff options
context:
space:
mode:
Diffstat (limited to '.config/compton.conf')
-rw-r--r--.config/compton.conf11
1 files changed, 8 insertions, 3 deletions
diff --git a/.config/compton.conf b/.config/compton.conf
index e49a70a..378058e 100644
--- a/.config/compton.conf
+++ b/.config/compton.conf
@@ -13,7 +13,9 @@ shadow-offset-y = -7; # The top offset for shadows. (default -15)
# shadow-blue = 0.0; # Blue color value of shadow. (0.0 - 1.0, defaults to 0)
shadow-exclude = [
"n:e:Notification",
+ "class_g = 'conky'",
"_GTK_FRAME_EXTENTS@:c",
+ "_NET_WM_OPAQUE_REGION@:c"
]; # Exclude conditions for shadows.
# shadow-exclude = "n:e:Notification";
@@ -43,7 +45,8 @@ blur-background-exclude = [
"window_type = 'desktop'",
"name *= 'VLC'",
"name *= 'Firefox'",
- "name *= 'Vimperator'"
+ "name *= 'Vimperator'",
+ "name *= 'MPlayer'"
];
# Exclude conditions for background blur.
@@ -56,7 +59,8 @@ fade-out-step = 0.03; # Opacity change between steps while fading out. (defaul
fade-exclude = [
"name *= 'VLC'",
"name *= 'Firefox'",
- "name *= 'Vimperator'"
+ "name *= 'Vimperator'",
+ "name *= 'MPlayer'"
]; # Exclude conditions for fading.
# Other
@@ -83,7 +87,8 @@ unredir-if-possible = false; # Unredirect all windows if a full-screen opaque w
focus-exclude = [
"name *= 'VLC'",
"name *= 'Firefox'",
- "name *= 'Vimperator'"
+ "name *= 'Vimperator'",
+ "name *= 'MPlayer'"
]; # A list of conditions of windows that should always be considered
# focused.
detect-transient = true; # Use WM_TRANSIENT_FOR to group windows, and consider windows in