Advertisement
fikriomar16

compton.conf

Sep 4th, 2017
394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. shadow = true;
  2. no-dnd-shadow = true;
  3. no-dock-shadow = true;
  4. clear-shadow = true;
  5. shadow-radius = 3;
  6. shadow-offset-x = -3;
  7. shadow-offset-y = -3;
  8. shadow-opacity = 0.85;
  9. shadow-red = 0.184313725490196;
  10. shadow-green = 0.203921568627451;
  11. shadow-blue = 0.247058823529412;
  12. shadow-exclude = [ "name = 'Notification'", "class_g = 'Conky'", "class_g ?= 'Notify-osd'", "class_g = 'Cairo-clock'" ];
  13. shadow-ignore-shaped = true;
  14. menu-opacity = 1.0;
  15. inactive-opacity = 1.0;
  16. active-opacity = 1.0;
  17. frame-opacity = 1.0;
  18. inactive-opacity-override = false;
  19. alpha-step = 0.0;
  20. inactive-dim = 0.0;
  21. blur-kern = "3x3box";
  22. blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ];
  23. fading = true;
  24. fade-in-step = 0.03;
  25. fade-out-step = 0.03;
  26. fade-exclude = [ ];
  27. backend = "xrender";
  28. mark-wmwin-focused = true;
  29. mark-ovredir-focused = true;
  30. detect-rounded-corners = true;
  31. detect-client-opacity = true;
  32. refresh-rate = 0;
  33. vsync = "none";
  34. dbe = false;
  35. paint-on-overlay = true;
  36. focus-exclude = [ "class_g = 'Cairo-clock'" ];
  37. detect-transient = true;
  38. detect-client-leader = true;
  39. invert-color-include = [ ];
  40. glx-copy-from-front = false;
  41. glx-swap-method = "undefined";
  42. wintypes :
  43. {
  44. tooltip :
  45. {
  46. fade = true;
  47. shadow = false;
  48. opacity = 0.75;
  49. focus = true;
  50. };
  51. };
  52. inactive-dim-fixed = true;
  53. blur-background = false;
  54. no-fading-openclose = false;
  55. blur-background-frame = false;
  56. blur-background-fixed = false;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement