compton.conf 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. ##### compton.conf / RESLOVED #####################
  2. backend = "glx";
  3. glx-no-stencil = true;
  4. glx-copy-from-front = false;
  5. glx-swap-method = "undefined";
  6. ##### OPACITY ######################################
  7. menu-opacity = 1;
  8. inactive-opacity = 1;
  9. active-opacity = 1;
  10. frame-opacity = 1;
  11. inactive-opacity-override = false;
  12. alpha-step = 0.06;
  13. ##### SHADOW ######################################
  14. shadow = true;
  15. # Soft
  16. shadow-radius = 32;
  17. shadow-offset-x = -32;
  18. shadow-offset-y = -32;
  19. shadow-opacity = 0.2;
  20. # Sharp
  21. #shadow-radius = 0;
  22. #hadow-offset-x = 16;
  23. #shadow-offset-y = 16;
  24. #shadow-opacity = 0.2;
  25. # shadow-red = 0.0;
  26. # shadow-green = 0.0;
  27. # shadow-blue = 0.0;
  28. shadow-exclude = [
  29. "class_g = 'Firefox' && argb",
  30. "class_g = 'i3-frame'",
  31. "class_g = 'xtext'"
  32. ];
  33. corner-radius = 7
  34. blur-background = true;
  35. blur-background-frame = true;
  36. blur-kern = "3x3box";
  37. opacity-rule = [
  38. "0:class_g = 'blank'",
  39. "0:class_g = 'slop'"
  40. ];
  41. ##### FADE ########################################
  42. fading = true;
  43. #fade-delta = 5;
  44. fade-in-step = 0.2;
  45. fade-out-step = 0.1;
  46. #no-fading-openclose = true;
  47. no-fading-destroyed-argb = true;
  48. ##### OTHER #######################################
  49. focus-exclude = [
  50. "class_g = 'Cairo-clock'",
  51. "class_g = 'slop'"
  52. ];
  53. # WINDOW TYPE SETTINGS
  54. wintypes:
  55. {
  56. tooltip = { fade = true; shadow = false; opacity = 0.90; focus = true; };
  57. };