Advertisement
Haron_Prime

compton.conf

Mar 27th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. # Тень
  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. "class_g = 'Gis-weather.py'",
  19. "_GTK_FRAME_EXTENTS@:c"
  20. ];
  21.  
  22. # shadow-exclude = "n:e:Notification";
  23. # shadow-exclude-reg = "x10+0+0";
  24. # xinerama-shadow-crop = true;
  25.  
  26. # Непрозрачность
  27. menu-opacity = 0.95;
  28. inactive-opacity = 0.5;
  29. # active-opacity = 0.9;
  30. frame-opacity = 0.8;
  31. inactive-opacity-override = false;
  32. alpha-step = 0.06;
  33. # inactive-dim = 0.2;
  34. # inactive-dim-fixed = true;
  35. # blur-background = true;
  36. # blur-background-frame = true;
  37. blur-kern = "3x3box"
  38. # 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"
  39. # blur-background-fixed = true;
  40. blur-background-exclude = [
  41. "window_type = 'dock'",
  42. "window_type = 'desktop'",
  43. "_GTK_FRAME_EXTENTS@:c"
  44. ];
  45. opacity-rule = [
  46. "90:class_g = 'URxvt'",
  47. "95:class_g = '$XTERM_VERSION'",
  48. "95:class_g = 'terminal'",
  49. "95:class_g = 'XTerm'",
  50. "95:class_g = 'xterm-256color'"
  51. ];
  52.  
  53. # Затухание
  54. fading = false;
  55. # fade-delta = 30;
  56. fade-in-step = 0.05;
  57. fade-out-step = 0.05;
  58. # no-fading-openclose = true;
  59. # no-fading-destroyed-argb = true;
  60. fade-exclude = [ ];
  61.  
  62. # Other
  63. backend = "xrender"
  64. mark-wmwin-focused = true;
  65. mark-ovredir-focused = true;
  66. use-ewmh-active-win = true;
  67. detect-rounded-corners = true;
  68. detect-client-opacity = true;
  69. refresh-rate = 0;
  70. vsync = "opengl";
  71. dbe = false;
  72. paint-on-overlay = true;
  73. sw-opti = false;
  74. # unredir-if-possible = true;
  75. # unredir-if-possible-delay = 5000;
  76. # unredir-if-possible-exclude = [ ];
  77. focus-exclude = [ "class_g = 'Cairo-clock'" ];
  78. detect-transient = true;
  79. detect-client-leader = true;
  80. invert-color-include = [ ];
  81. # resize-damage = 1;
  82.  
  83. # GLX backend
  84. # glx-no-stencil = true;
  85. glx-copy-from-front = false;
  86. # glx-use-copysubbuffermesa = true;
  87. # glx-no-rebind-pixmap = true;
  88. glx-swap-method = "undefined";
  89. # glx-use-gpushader4 = true;
  90. xrender-sync = true;
  91. # xrender-sync-fence = true;
  92.  
  93. # Window type settings
  94. wintypes:
  95. {
  96. tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; };
  97. notify = { fade = true; shadow = true; opacity = 0.9; focus = false; };
  98. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement