Advertisement
Guest User

Untitled

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