compton.conf 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. ##### compton.conf / RESLOVED #####################
  2. ##### SHADOW ######################################
  3. shadow = true;
  4. # Soft
  5. shadow-radius = 32;
  6. shadow-offset-x = -32;
  7. shadow-offset-y = -32;
  8. shadow-opacity = 0.2;
  9. # Sharp
  10. #shadow-radius = 0;
  11. #hadow-offset-x = 16;
  12. #shadow-offset-y = 16;
  13. #shadow-opacity = 0.2;
  14. # shadow-red = 0.0;
  15. # shadow-green = 0.0;
  16. # shadow-blue = 0.0;
  17. shadow-exclude = [
  18. "class_g = 'Firefox' && argb",
  19. "class_g = 'slop'",
  20. "class_g = 'Rofi'",
  21. "class_g = 'i3-frame'",
  22. "class_g = 'xtext'"
  23. ];
  24. corner-radius = 7
  25. blur-background = false;
  26. blur-background-frame = false;
  27. blur-kern = "3x3box";
  28. opacity-rule = [
  29. "0:class_g = 'blank'",
  30. "0:class_g = 'slop'"
  31. ];
  32. ##### FADE ########################################
  33. fading = false;
  34. #fade-delta = 5;
  35. fade-in-step = 0.1;
  36. fade-out-step = 0.08;
  37. #no-fading-openclose = true;
  38. no-fading-destroyed-argb = true;
  39. ##### OTHER #######################################
  40. focus-exclude = [
  41. "class_g = 'Cairo-clock'",
  42. "class_g = 'slop'"
  43. ];
  44. # WINDOW TYPE SETTINGS
  45. wintypes:
  46. {
  47. tooltip = { fade = true; shadow = false; opacity = 0.75; focus = true; };
  48. };