Advertisement
Guest User

Untitled

a guest
Jul 4th, 2018
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. dbus = true;
  2. backend = "xrender";
  3. vsync = "opengl";
  4. dbe = false;
  5. glx-no-stencil = true;
  6. detect-transient = true;
  7. sw-opti = true;
  8. detect-rounded-corners = true;
  9. use-ewmh-active-win = true;
  10. detect-client-opacity = true;
  11. detect-client-leader = true;
  12. vsync-use-glfinis = true;
  13. paint-on-overlay = true;
  14. mark-wmwin-focused = true;
  15. mark-ovredir-focused = true;
  16.  
  17. shadow = true;
  18. clear-shadow = true;
  19. no-dnd-shadow = true;
  20. no-dock-shadow = true;
  21. shadow-ignore-shaped = true;
  22. shadow-opacity = 0.8;
  23. shadow-radius = 3;
  24. shadow-offset-x = -5;
  25. shadow-offset-y = -5;
  26. shadow-exclude = [
  27. "class_g = 'conky'",
  28. "argb && (override_redirect || wmwin)" ];
  29.  
  30. fading = true;
  31. fade-delta = 5;
  32. no-fading-openclose = false;
  33. fade-in-step = 0.03;
  34. fade-out-step = 0.1;
  35. frame-opacity = 1;
  36. inactive-opacity = 1;
  37.  
  38. wintypes:
  39. {
  40. tooltip = { fade = false; opacity = 0.85; };
  41. popup_menu = { fade = false; opacity = 0.9; };
  42. dropdown_menu = { fade = false; opacity = 0.85; };
  43. utility = { fade = true; opacity = 0.85; };
  44. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement