Advertisement
Guest User

compton.conf

a guest
Jun 21st, 2015
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. # Shadow
  2. #shadow = true;
  3. #o-dnd-shadow = true;
  4. #no-dock-shadow = true;
  5. clear-shadow = true;
  6. shadow-radius = 3;
  7. shadow-offset-x = -5;
  8. shadow-offset-y = -5;
  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.  
  24. # Opacity
  25. #menu-opacity = 0.9;
  26. #inactive-opacity = 0.8;
  27. # active-opacity = 0.8;
  28. frame-opacity = 0.6;
  29. inactive-opacity-override = false;
  30. alpha-step = 0.06;
  31. #inactive-dim = 0.09;
  32. # inactive-dim-fixed = true;
  33. blur-background = true;
  34. blur-background-frame = true;
  35. #blur-kern = "3x3box"
  36. 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"
  37. #blur-background-fixed = true;
  38. blur-background-exclude = [
  39. "window_type = 'dock'",
  40. "window_type = 'desktop'",
  41. "_GTK_FRAME_EXTENTS@:c"
  42. ];
  43. opacity-rule = [ "91:class_g = 'Terminator'" ];
  44. #opacity-rule = [ "100:name = 'Terminator Preferences'" ];
  45.  
  46. # Fading
  47. fading = false;
  48. # fade-delta = 30;
  49. fade-in-step = 0.2;
  50. fade-out-step = 0.2;
  51. # no-fading-openclose = true;
  52. # no-fading-destroyed-argb = true;
  53. #fade-exclude = [ ];
  54.  
  55. # Other
  56. backend = "xrender"
  57. #mark-wmwin-focused = true;
  58. #mark-ovredir-focused = true;
  59. # use-ewmh-active-win = true;
  60. detect-rounded-corners = true;
  61. detect-client-opacity = true;
  62. refresh-rate = 0;
  63. vsync = "opengl";
  64. dbe = false;
  65. paint-on-overlay = true;
  66. # sw-opti = true;
  67. # unredir-if-possible = true;
  68. # unredir-if-possible-delay = 5000;
  69. # unredir-if-possible-exclude = [ ];
  70. focus-exclude = [ "class_g = 'Cairo-clock'" ];
  71. detect-transient = true;
  72. detect-client-leader = true;
  73. invert-color-include = [ ];
  74. # resize-damage = 1;
  75.  
  76. # GLX backend
  77. # glx-no-stencil = true;
  78. glx-copy-from-front = false;
  79. # glx-use-copysubbuffermesa = true;
  80. # glx-no-rebind-pixmap = true;
  81. glx-swap-method = "undefined";
  82. # glx-use-gpushader4 = true;
  83. # xrender-sync = true;
  84. # xrender-sync-fence = true;
  85.  
  86. # Window type settings
  87. wintypes:
  88. {
  89. tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; };
  90. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement