Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 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. opacity-exclude = [ ];
  29. backend = "glx";
  30. mark-wmwin-focused = true;
  31. mark-ovredir-focused = true;
  32. detect-rounded-corners = true;
  33. detect-client-opacity = true;
  34. refresh-rate = 0;
  35. vsync = "none";
  36. dbe = false;
  37. paint-on-overlay = true;
  38. focus-exclude = [ "class_g = 'Cairo-clock'" ];
  39. detect-transient = true;
  40. detect-client-leader = true;
  41. invert-color-include = [ ];
  42. glx-copy-from-front = false;
  43. glx-swap-method = "undefined";
  44. wintypes :
  45. {
  46. tooltip :
  47. {
  48. fade = true;
  49. shadow = false;
  50. opacity = 0.75;
  51. focus = true;
  52. };
  53. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement