compton.conf 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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 = 7; # The blur radius for shadows. (default 12)
  7. shadow-offset-x = -10; # The left offset for shadows. (default -15)
  8. shadow-offset-y = -10; # The top offset for shadows. (default -15)
  9. shadow-exclude = [ "n:e:Notification", "g:e:Synapse", "g:e:Conky", "n:w:*Firefox*", "n:w:*Chromium*", "class_g ?= 'Xfce4-notifyd'", "class_g ?= 'Xfce4-power-manager'"];
  10. #opacity-exclude = [ "class_g ?= 'Firefox'", "class_g ?= 'Chromium'", ];
  11. menu-opacity = 1.0;
  12. inactive-opacity = 0.85;
  13. inactive-opacity-override = true;
  14. mark-wmwin-focused = true; # Try to detect WM windows and mark them as active.
  15. mark-ovredir-focused = true;
  16. detect-rounded-corners = true;
  17. #blur-background = true;
  18. #blur-background-frame = true;
  19. #blur-kern = "3x3box";
  20. # Fading
  21. fading = true; # Fade windows during opacity changes.
  22. #fade-delta = 5; # The time between steps in a fade in milliseconds. (default 10).
  23. fade-in-step = 0.1; # Opacity change between steps while fading in. (default 0.028).
  24. fade-out-step = 0.1; # Opacity change between steps while fading out. (default 0.03).
  25. #no-fading-openclose = true; # Fade windows in/out when opening/closing
  26. #detect-rounded-corners = true;
  27. # Window type settings
  28. opacity-rule = [
  29. "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
  30. ];
  31. wintypes:
  32. {
  33. tooltip = { fade = true; shadow = false; };
  34. };