compton.conf.got 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. backend = "glx";
  2. vsync = "opengl-swc";
  3. shadow = true;
  4. no-dock-shadow = true;
  5. no-dnd-shadow = true;
  6. clear-shadow = true;
  7. shadow-radius = 10;
  8. shadow-offset-x = -5;
  9. shadow-offset-y = 0;
  10. shadow-opacity = 0.8;
  11. shadow-red = 0.11;
  12. shadow-green = 0.12;
  13. shadow-blue = 0.13;
  14. shadow-exclude = [
  15. "name = 'Notification'",
  16. "_GTK_FRAME_EXTENTS@:c",
  17. "class_g = 'i3-frame'",
  18. "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'",
  19. "_NET_WM_STATE@:32a *= '_NET_WM_STATE_STICKY'",
  20. "!I3_FLOATING_WINDOW@:c"
  21. ];
  22. shadow-ignore-shaped = true;
  23. alpha-step = 0.06;
  24. blur-background = false;
  25. blur-background-fixed = true;
  26. blur-kern = "7x7box";
  27. blur-background-exclude = [
  28. "class_g = 'i3-frame'",
  29. "window_type = 'dock'",
  30. "window_type = 'desktop'",
  31. "_GTK_FRAME_EXTENTS@:c"
  32. ];
  33. opacity-rule = [
  34. "97:class_g = 'Termite' && !_NET_WM_STATE@:32a",
  35. "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'",
  36. "90:_NET_WM_STATE@:32a *= '_NET_WM_STATE_STICKY'"
  37. ];
  38. fading = false;
  39. fade-delta = 7;
  40. fade-in-step = 0.05;
  41. fade-out-step = 0.05;
  42. fade-exclude = [];
  43. mark-wmwin-focused = true;
  44. mark-ovredir-focused = true;
  45. use-ewmh-active-win = true;
  46. detect-rounded-corners = true;
  47. detect-client-opacity = true;
  48. refresh-rate = 0;
  49. dbe = false;
  50. paint-on-overlay = true;
  51. glx-no-stencil = true;
  52. glx-copy-from-front = false;
  53. glx-swap-method = "undefined";
  54. sw-opti = true;
  55. unredir-if-possible = false;
  56. focus-exclude = [];
  57. detect-transient = true;
  58. detect-client-leader = true;
  59. invert-color-include = [];
  60. wintypes: {
  61. tooltip = { fade = true; shadow = false; opacity = 1.00; focus = true; };
  62. };