mass update.
[my-dotfiles.git] / compton.conf
diff --git a/compton.conf b/compton.conf
deleted file mode 100644 (file)
index 14242ba..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-shadow = true;
-no-dnd-shadow = true;
-no-dock-shadow = true;
-clear-shadow = true;
-shadow-radius = 7;
-shadow-offset-x = -7;
-shadow-offset-y = -7;
-shadow-opacity = 0.7;
-shadow-red = 0.0;
-shadow-green = 0.0;
-shadow-blue = 0.0;
-shadow-exclude = [ "name = 'Notification'", "class_g = 'Conky'","class_g = 'qlocktwo'", "class_g ?= 'Notify-osd'", "class_g = 'Cairo-clock'", "argb && (_NET_WM_WINDOW_TYPE@:a *= 'MENU' || _NET_WM_WINDOW_TYPE@:a *= 'COMBO')" ];
-shadow-ignore-shaped = false;
-xinerama-shadow-crop = false;
-menu-opacity = 0.8;
-inactive-opacity = 0.8;
-active-opacity = 1.0;
-frame-opacity = 0.7;
-inactive-opacity-override = false;
-alpha-step = 0.06;
-inactive-dim = 0.0;
-blur-kern = "3x3box";
-blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'", "(_NET_WM_WINDOW_TYPE@:a *= 'MENU' || _NET_WM_WINDOW_TYPE@:a *= 'COMBO')" ];
-fading = true;
-fade-in-step = 0.03;
-fade-out-step = 0.03;
-fade-exclude = [ ];
-backend = "xrender";
-mark-wmwin-focused = true;
-mark-ovredir-focused = true;
-detect-rounded-corners = true;
-detect-client-opacity = true;
-refresh-rate = 0;
-vsync = "none";
-dbe = false;
-paint-on-overlay = true;
-focus-exclude = [ "class_g = 'Cairo-clock'" ];
-detect-transient = true;
-detect-client-leader = true;
-invert-color-include = [ ];
-glx-copy-from-front = false;
-glx-swap-method = "undefined";
-wintypes : 
-{
-  tooltip : 
-  {
-    fade = true;
-    shadow = false;
-    opacity = 0.75;
-    focus = true;
-  };
-};
-blur-background = true;
-blur-background-frame = true;
-no-fading-openclose = false;