From 97b629760ba3847f7376ccf5ff9aba4dffbf9eda Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Sun, 15 Feb 2015 20:55:35 +0100 Subject: add compton --- config/compton.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 config/compton.conf (limited to 'config') diff --git a/config/compton.conf b/config/compton.conf new file mode 100644 index 0000000..883e0f7 --- /dev/null +++ b/config/compton.conf @@ -0,0 +1,15 @@ +# Shadow + +backend = "glx"; +vsync = "opengl-swc"; + +shadow = true; +no-dnd-shadow = true; +no-dock-shadow = true; +clear-shadow = true; +shadow-radius = 6; +shadow-offset-x = -9; +shadow-offset-y = -8; +shadow-opacity = 0.7; +frame-opacity = 0.8; +shadow-exclude = [ "_BSPWM_FLOATING_WINDOW:32c = 0" ]; -- cgit v1.2.3-54-g00ecf