Advertisement
irenicus09

Compton Config

Mar 29th, 2014
740
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. #Custom Stuff
  2. backend = "glx";
  3. paint-on-overlay = true;
  4. glx-no-stencil = true;
  5. glx-no-rebind-pixmap = true;
  6. vsync = "opengl-swc";
  7.  
  8. # Shadow
  9. shadow = true; # Enabled client-side shadows on windows.
  10. no-dock-shadow = true; # Avoid drawing shadows on dock/panel windows.
  11. no-dnd-shadow = true; # Don't draw shadows on DND windows.
  12. clear-shadow = true; # Zero the part of the shadow's mask behind the window (experimental).
  13. shadow-radius = 7; # The blur radius for shadows. (default 12)
  14. shadow-offset-x = -7; # The left offset for shadows. (default -15)
  15. shadow-offset-y = -7; # The top offset for shadows. (default -15)
  16. # shadow-opacity = 0.7; # The translucency for shadows. (default .75)
  17. # shadow-red = 0.0; # Red color value of shadow. (0.0 - 1.0, defaults to 0)
  18. # shadow-green = 0.0; # Green color value of shadow. (0.0 - 1.0, defaults to 0)
  19. # shadow-blue = 0.0; # Blue color value of shadow. (0.0 - 1.0, defaults to 0)
  20. shadow-exclude = [
  21. "! name~=''",
  22. "n:e:Notification",
  23. "n:e:Plank",
  24. "n:e:Docky",
  25. "g:e:Synapse",
  26. "g:e:Kupfer",
  27. "g:e:Conky",
  28. "n:w:*Firefox*",
  29. "n:w:*Chrome*",
  30. "n:w:*Chromium*",
  31. "class_g ?= 'Notify-osd'",
  32. "class_g ?= 'Cairo-dock'",
  33. "class_g ?= 'Xfce4-notifyd'",
  34. "class_g ?= 'Xfce4-power-manager'"
  35. ];
  36. # shadow-exclude = "n:e:Notification";
  37. shadow-ignore-shaped = true;
  38.  
  39. # Opacity
  40. menu-opacity = 0.9; # The opacity for menus. (default 1.0)
  41. inactive-opacity = 0.9; # Opacity of inactive windows. (0.1 - 1.0)
  42. #frame-opacity = 0.8; # Opacity of window titlebars and borders. (0.1 - 1.0)
  43. inactive-opacity-override = true; # Inactive opacity set by 'inactive-opacity' overrides value of _NET_WM_OPACITY.
  44.  
  45. # Fading
  46. fading = true; # Fade windows during opacity changes.
  47. fade-delta = 5; # The time between steps in a fade in milliseconds. (default 10).
  48. fade-in-step = 0.03; # Opacity change between steps while fading in. (default 0.028).
  49. fade-out-step = 0.03; # Opacity change between steps while fading out. (default 0.03).
  50. # no-fading-openclose = true; # Fade windows in/out when opening/closing.
  51.  
  52. # Other
  53. #inactive-dim = 0.5; # Dim inactive windows. (0.0 - 1.0, defaults to 0).
  54. mark-wmwin-focused = true; # Try to detect WM windows and mark them as active.
  55. mark-ovredir-focused = true;
  56. detect-rounded-corners = true;
  57. detect-client-opacity = true;
  58. # Window type settings
  59. wintypes:
  60. {
  61. tooltip = { fade = true; shadow = false; opacity = 0.75; };
  62. };
  63.  
  64.  
  65. ##excluded apps
  66. #shadow-exclude = [ "g:si:Conky" ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement