diff options
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" ]; |