compton.conf 819 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # configuration
  2. backend = "glx";
  3. vsync = "opengl";
  4. vsync-use-glfinish = true;
  5. paint-on-overlay = true;
  6. glx-no-stencil = true;
  7. glx-no-rebind-pixmap = true;
  8. glx-copy-from-front = false;
  9. glx-swap-method = "undefined";
  10. # shadows
  11. shadow = false;
  12. shadow-radius = 6;
  13. shadow-offset-x = -6;
  14. shadow-offset-y = -5;
  15. shadow-opacity = 0.25;
  16. no-dnd-shadow = true;
  17. no-dock-shadow = true;
  18. clear-shadow = true;
  19. shadow-ignore-shaped = false;
  20. shadow-exclude = [
  21. "name = 'URxvt'",
  22. "class_g = 'slop'",
  23. "n:s:dunst",
  24. "class_g = 'gnome-screenshot'"
  25. ];
  26. # blur
  27. # blur-background = true;
  28. # blur-kern = "7x7box";
  29. # blur-background-frame = true;
  30. # blur-background-fixed = true;
  31. # blur-background-exclude = [
  32. # "window_type = 'dock'",
  33. # "window_type = 'desktop'",
  34. # "class_g ?= 'gnome-screenshot'"
  35. # ];
  36. # fading
  37. fade = false