Advertisement
Guest User

Untitled

a guest
Apr 29th, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. shadow = false;
  2. no-dnd-shadow = true;
  3. no-dock-shadow = true;
  4. clear-shadow = false;
  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. 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.06;
  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 = "glx";
  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 = "opengl-swc";
  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.90;
  49. focus = true;
  50. };
  51. };
  52. no-fading-openclose = true;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement