Guest User

Untitled

a guest
Jan 29th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. backend = "glx";
  2. paint-on-overlay = true;
  3. glx-no-stencil = true;
  4. vsync = "opengl-swc";
  5. unredir-if-possible = true;
  6.  
  7. # Shadow
  8. shadow = true; # Enabled client-side shadows on windows.
  9. no-dock-shadow = true; # Avoid drawing shadows on dock/panel windows.
  10. no-dnd-shadow = true; # Don't draw shadows on DND windows.
  11. clear-shadow = true; # Zero the part of the shadow's mask behind the window (experimental).
  12. shadow-radius = 7; # The blur radius for shadows. (default 12)
  13. shadow-offset-x = -7; # The left offset for shadows. (default -15)
  14. shadow-offset-y = -7; # The top offset for shadows. (default -15)
  15. shadow-exclude = [
  16. "n:e:Notification",
  17. "n:e:Docky",
  18. "g:e:Synapse",
  19. "g:e:Conky",
  20. "n:w:*Firefox*",
  21. "n:w:*Chromium*",
  22. "n:w:*dockbarx*",
  23. "class_g ?= 'Cairo-dock'",
  24. "class_g ?= 'Xfce4-notifyd'",
  25. "class_g ?= 'Xfce4-power-manager'",
  26. "class_g ?= 'Notify-osd'",
  27. "_GTK_FRAME_EXTENTS@:c"
  28. ];
  29.  
  30. # Opacity
  31. detect-client-opacity = true;
  32.  
  33. # Window type settings
  34. wintypes:
  35. {
  36. tooltip = { shadow = false; };
  37. };
Add Comment
Please, Sign In to add comment