Advertisement
Haron_Prime

compton.conf.actual

Oct 11th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. # Непрозрачность
  2. menu-opacity = 0.95;
  3. inactive-opacity = 0.75;
  4. active-opacity = 1;
  5. frame-opacity = 0.8;
  6. inactive-opacity-override = false;
  7. alpha-step = 0.06;
  8. inactive-dim = 0.2;
  9. inactive-dim-fixed = true;
  10. blur-background = true;
  11. blur-background-frame = true;
  12. blur-background-fixed = true;
  13. blur-kern = "3x3box"
  14. blur-background-exclude = [
  15. "window_type = 'dock'",
  16. "window_type = 'desktop'",
  17. "_GTK_FRAME_EXTENTS@:c"
  18. ];
  19. opacity-rule = [
  20. "90:class_g = 'URxvt'",
  21. "90:class_g = '$XTERM_VERSION'",
  22. "90:class_g = 'terminal'",
  23. "90:class_g = 'XTerm'",
  24. "90:class_g = 'xterm-256color'"
  25. ];
  26.  
  27. # Затухание
  28. fading = false;
  29.  
  30. # Разное
  31. mark-wmwin-focused = true;
  32. mark-ovredir-focused = true;
  33. use-ewmh-active-win = true;
  34. detect-rounded-corners = true;
  35. detect-client-opacity = true;
  36. vsync = "opengl-swc";
  37. dbe = false;
  38. paint-on-overlay = true;
  39. sw-opti = false;
  40. unredir-if-possible = true;
  41. unredir-if-possible-delay = 5000;
  42. unredir-if-possible-exclude = [ ];
  43. detect-transient = true;
  44. detect-client-leader = true;
  45. invert-color-include = [ ];
  46. resize-damage = 1;
  47. refresh-rate = 60;
  48.  
  49. # GLX backend
  50. backend = "glx"
  51. glx-no-stencil = true;
  52. glx-copy-from-front = false;
  53. glx-no-rebind-pixmap = true;
  54. glx-swap-method = "undefined";
  55.  
  56.  
  57. # Правила для типов окон
  58. wintypes:
  59. {
  60. tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; };
  61. notify = { fade = true; shadow = true; opacity = 0.9; focus = false; };
  62. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement