Haron_Prime

compton.conf

Oct 9th, 2016
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. # Непрозрачность
  2. menu-opacity = 0.95;
  3. inactive-opacity = 0.85;
  4. active-opacity = 0.95;
  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-kern = "3x3box"
  13. blur-background-exclude = [
  14. "window_type = 'dock'",
  15. "window_type = 'desktop'",
  16. "_GTK_FRAME_EXTENTS@:c"
  17. ];
  18. opacity-rule = [
  19. "90:class_g = 'URxvt'",
  20. "90:class_g = '$XTERM_VERSION'",
  21. "90:class_g = 'terminal'",
  22. "90:class_g = 'XTerm'",
  23. "90:class_g = 'xterm-256color'"
  24. ];
  25.  
  26. # Затухание
  27. fading = false;
  28.  
  29. # Разное
  30. backend = "xrender"
  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. refresh-rate = 0;
  37. vsync = "opengl";
  38. dbe = false;
  39. paint-on-overlay = true;
  40. sw-opti = false;
  41. unredir-if-possible = true;
  42. unredir-if-possible-delay = 5000;
  43. unredir-if-possible-exclude = [ ];
  44. detect-transient = true;
  45. detect-client-leader = true;
  46. invert-color-include = [ ];
  47. resize-damage = 1;
  48.  
  49. xrender-sync = true;
  50. xrender-sync-fence = true;
  51.  
  52. # Правила для типов окон
  53. wintypes:
  54. {
  55. tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; };
  56. notify = { fade = true; shadow = true; opacity = 0.9; focus = false; };
  57. };
Advertisement
Add Comment
Please, Sign In to add comment