diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-02-15 20:55:35 +0100 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-02-15 20:55:35 +0100 |
commit | 97b629760ba3847f7376ccf5ff9aba4dffbf9eda (patch) | |
tree | 35d1d5f4aa5ce9e0fa0f43b244f0c96c6fa23c6c /config | |
parent | d82aeccc2b4ce992aee260278d2d1f5ea7d35c6d (diff) | |
download | dotfiles-97b629760ba3847f7376ccf5ff9aba4dffbf9eda.tar.gz dotfiles-97b629760ba3847f7376ccf5ff9aba4dffbf9eda.tar.bz2 dotfiles-97b629760ba3847f7376ccf5ff9aba4dffbf9eda.zip |
add compton
Diffstat (limited to 'config')
-rw-r--r-- | config/compton.conf | 15 |
1 files changed, 15 insertions, 0 deletions
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" ]; |