Advertisement
yomomma56

Compton conf

Mar 1st, 2017
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. # Shadow
  2. shadow = true; # Enabled client-side shadows on windows.
  3. no-dock-shadow = true; # Avoid drawing shadows on dock/panel windows.
  4. no-dnd-shadow = true; # Don't draw shadows on DND windows.
  5. clear-shadow = true; # Zero the part of the shadow's mask behind the window (experimental).
  6. shadow-radius = 15; # The blur radius for shadows. (default 12)
  7. shadow-offset-x = -20; # The left offset for shadows. (default -15)
  8. shadow-offset-y = -20; # The top offset for shadows. (default -15)
  9. shadow-exclude = [
  10. "! name~=''",
  11. "n:e:Notification",
  12. "n:e:Plank",
  13. "n:e:Docky",
  14. "g:e:Synapse",
  15. "g:e:Kupfer",
  16. "g:e:Conky",
  17. "n:w:*Firefox*",
  18. "n:w:*Chrome*",
  19. "n:w:*Chromium*",
  20. "class_g ?= 'Notify-osd'",
  21. "class_g ?= 'Cairo-dock'",
  22. "class_g ?= 'Xfce4-notifyd'",
  23. "class_g ?= 'Xfce4-power-manager'"
  24. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement