compton.conf 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. # Shadow
  2. shadow = true;
  3. no-dnd-shadow = true;
  4. no-dock-shadow = true;
  5. clear-shadow = true;
  6. shadow-radius = 7;
  7. shadow-offset-x = -7;
  8. shadow-offset-y = -7;
  9. # shadow-opacity = 0.7;
  10. # shadow-red = 0.0;
  11. # shadow-green = 0.0;
  12. # shadow-blue = 0.0;
  13. shadow-exclude = [
  14. "name = 'Notification'",
  15. "class_g = 'Conky'",
  16. "class_g ?= 'Notify-osd'",
  17. "class_g = 'Cairo-clock'",
  18. "_GTK_FRAME_EXTENTS@:c"
  19. ];
  20. # shadow-exclude = "n:e:Notification";
  21. # shadow-exclude-reg = "x10+0+0";
  22. # xinerama-shadow-crop = true;
  23. # Opacity
  24. menu-opacity = 0.8;
  25. inactive-opacity = 0.8;
  26. # active-opacity = 0.8;
  27. frame-opacity = 0.7;
  28. inactive-opacity-override = false;
  29. alpha-step = 0.06;
  30. # inactive-dim = 0.2;
  31. # inactive-dim-fixed = true;
  32. # blur-background = true;
  33. # blur-background-frame = true;
  34. blur-kern = "3x3box";
  35. # blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1";
  36. # blur-background-fixed = true;
  37. blur-background-exclude = [
  38. "window_type = 'dock'",
  39. "window_type = 'desktop'",
  40. "_GTK_FRAME_EXTENTS@:c"
  41. ];
  42. # opacity-rule = [ "80:class_g = 'URxvt'" ];
  43. # Fading
  44. fading = true;
  45. # fade-delta = 30;
  46. fade-in-step = 0.03;
  47. fade-out-step = 0.03;
  48. # no-fading-openclose = true;
  49. # no-fading-destroyed-argb = true;
  50. fade-exclude = [ ];
  51. # Other
  52. backend = "xrender";
  53. mark-wmwin-focused = true;
  54. mark-ovredir-focused = true;
  55. # use-ewmh-active-win = true;
  56. detect-rounded-corners = true;
  57. detect-client-opacity = true;
  58. refresh-rate = 0;
  59. vsync = "none";
  60. dbe = false;
  61. paint-on-overlay = true;
  62. # sw-opti = true;
  63. # unredir-if-possible = true;
  64. # unredir-if-possible-delay = 5000;
  65. # unredir-if-possible-exclude = [ ];
  66. focus-exclude = [ "class_g = 'Cairo-clock'" ];
  67. detect-transient = true;
  68. detect-client-leader = true;
  69. invert-color-include = [ ];
  70. # resize-damage = 1;
  71. # GLX backend
  72. # glx-no-stencil = true;
  73. glx-copy-from-front = false;
  74. # glx-use-copysubbuffermesa = true;
  75. # glx-no-rebind-pixmap = true;
  76. glx-swap-method = "undefined";
  77. # glx-use-gpushader4 = true;
  78. # xrender-sync = true;
  79. # xrender-sync-fence = true;
  80. # Window type settings
  81. wintypes:
  82. {
  83. tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; };
  84. };