Advertisement
xgcq

compton.conf

Apr 25th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. # Shadow
  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 = [ "n:e:Notification" ];
  14. # shadow-exclude = "n:e:Notification";
  15. #shadow-ignore-shaped = false;
  16.  
  17. # Opacity
  18. menu-opacity = 0.9;
  19. #inactive-opacity = 0.8;
  20. #frame-opacity = 0.7;
  21. inactive-opacity-override = false;
  22. alpha-step = 0.06;
  23.  
  24. # Fading
  25. fading = false;
  26. # fade-delta = 30;
  27. fade-in-step = 0.03;
  28. fade-out-step = 0.03;
  29. # no-fading-openclose = true;
  30.  
  31. # Other
  32. mark-wmwin-focused = true;
  33. mark-ovredir-focused = true;
  34. detect-rounded-corners = true;
  35. detect-client-opacity = true;
  36. #refresh-rate = 0;
  37. #vsync = "none";
  38. dbe = false;
  39. paint-on-overlay = false;
  40. sw-opti = false;
  41.  
  42. # Window type settings
  43. wintypes:
  44. {
  45. tooltip = { fade = true; shadow = false; opacity = 0.85; };
  46. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement