Advertisement
Guest User

compton.conf

a guest
Oct 22nd, 2018
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.73 KB | None | 0 0
  1. # ___ ___ ___ ___ ___ ___
  2. # / /\ / /\ /__/\ / /\ ___ / /\ /__/\
  3. # / /:/ / /::\ | |::\ / /::\ / /\ / /::\ \ \:\
  4. # / /:/ / /:/\:\ | |:|:\ / /:/\:\ / /:/ / /:/\:\ \ \:\
  5. # / /:/ ___ / /:/ \:\ __|__|:|\:\ / /:/~/:/ / /:/ / /:/ \:\ _____\__\:\
  6. # /__/:/ / /\ /__/:/ \__\:\ /__/::::| \:\ /__/:/ /:/ / /::\ /__/:/ \__\:\ /__/::::::::\
  7. # \ \:\ / /:/ \ \:\ / /:/ \ \:\~~\__\/ \ \:\/:/ /__/:/\:\ \ \:\ / /:/ \ \:\~~\~~\/
  8. # \ \:\ /:/ \ \:\ /:/ \ \:\ \ \::/ \__\/ \:\ \ \:\ /:/ \ \:\ ~~~
  9. # \ \:\/:/ \ \:\/:/ \ \:\ \ \:\ \ \:\ \ \:\/:/ \ \:\
  10. # \ \::/ \ \::/ \ \:\ \ \:\ \__\/ \ \::/ \ \:\
  11. # \__\/ \__\/ \__\/ \__\/ \__\/ \__\/
  12.  
  13. # Shadow
  14. shadow = false;
  15. no-dnd-shadow = true;
  16. no-dock-shadow = true;
  17. clear-shadow = true;
  18. shadow-radius = 0;
  19. shadow-offset-x = 0;
  20. shadow-offset-y = 0;
  21. shadow-opacity = 0;
  22. # shadow-red = 1.0;
  23. # shadow-green = 0.0;
  24. # shadow-blue = 0.0;
  25. shadow-exclude = [
  26. "name = 'Notification'",
  27. "class_g = 'VirtualBox'",
  28. "class_g = 'Conky'",
  29. "class_g ?= 'Notify-osd'",
  30. "class_g = 'Tilda'",
  31. "class_g = 'Opera'",
  32. "class_g = 'CoverGloobus'",
  33. "class_g = 'Cairo-clock'",
  34. "class_g = 'dzen'",
  35. "class_g = 'stalonetray'",
  36. "_GTK_FRAME_EXTENTS@:c"
  37. ];
  38. # shadow-exclude = "n:e:Notification";
  39. # shadow-exclude-reg = "x10+0+0";
  40. # xinerama-shadow-crop = true;
  41.  
  42. # Opacity
  43. # menu-opacity = 0.92;
  44. # inactive-opacity = 0.92;
  45. # active-opacity = 0.92;
  46. # frame-opacity = 0.9;
  47. inactive-opacity-override = false;
  48. alpha-step = 0.06;
  49. # inactive-dim = 0.2;
  50. # inactive-dim-fixed = true;
  51. # blur-background = true;
  52. # blur-background-frame = true;
  53. blur-kern = "3x3box";
  54. # 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";
  55. # blur-background-fixed = true;
  56. blur-background-exclude = [
  57. "window_type = 'dock'",
  58. "window_type = 'desktop'",
  59. "class_g = 'CoverGloobus'",
  60. "class_g = 'Opera'",
  61. "_GTK_FRAME_EXTENTS@:c"
  62. ];
  63.  
  64. #opacity-rule = [ "80:class_g = 'XTerm'" ];
  65. #opacity-rule = [ "80:class_g = 'UXTerm'" ];
  66. #opacity-rule = [ "80:class_g = 'i3bar'" ];
  67. #opacity-rule = [ "90:class_g = 'dzen'" ];
  68. opacity-rule = [ "40:class_g = 'Bspwm' && class_i = 'presel_feedback'" ];
  69.  
  70. # Fading
  71. fading = false;
  72. fade-delta = 10.0;
  73. fade-in-step = 0.03;
  74. fade-out-step = 0.03;
  75. # no-fading-openclose = true;
  76. # no-fading-destroyed-argb = true;
  77. fade-exclude = [
  78. ];
  79.  
  80. # Other
  81. #backend = "glx";
  82. backend = "xrender";
  83. mark-wmwin-focused = true;
  84. mark-ovredir-focused = true;
  85. # use-ewmh-active-win = true;
  86. detect-rounded-corners = true;
  87. detect-client-opacity = true;
  88. refresh-rate = 0;
  89. vsync = "none";
  90. dbe = false;
  91. paint-on-overlay = true;
  92. # sw-opti = true;
  93. # unredir-if-possible = true;
  94. # unredir-if-possible-delay = 5000;
  95. # unredir-if-possible-exclude = [ ];
  96. focus-exclude = [ "class_g = 'Cairo-clock'" ,
  97. "class_g = 'CoverGloobus'",
  98. "class_g = 'Tilda'",
  99. "class_g = 'Firefox'",
  100. "class_g = 'Opera'"
  101. ];
  102. detect-transient = true;
  103. detect-client-leader = true;
  104. invert-color-include = [ ];
  105. # resize-damage = 1;
  106.  
  107. # GLX backend
  108. # glx-no-stencil = true;
  109. glx-copy-from-front = false;
  110. # glx-use-copysubbuffermesa = true;
  111. # glx-no-rebind-pixmap = true;
  112. glx-swap-method = "undefined";
  113. # glx-use-gpushader4 = true;
  114. # xrender-sync = true;
  115. # xrender-sync-fence = true;
  116.  
  117. # Window type settings
  118. wintypes:
  119. {
  120. tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; };
  121. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement