Guest User

compton.conf

a guest
Sep 19th, 2017
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. # Configuration
  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 = 12; # The blur radius for shadows. (default 12)
  14. shadow-offset-x = -15; # The left offset for shadows. (default -15)
  15. shadow-offset-y = -8; # The top offset for shadows. (default -15)
  16. shadow-exclude = [ "n:e:Notification", "n:e:plank" ]; # Exclude conditions for shadows.
  17. shadow-ignore-shaped = true;
  18.  
  19. # Opacity
  20. menu-opacity = 1.0; # The opacity for menus. (default 1.0)
  21. frame-opacity = 0.7; # Opacity of window titlebars and borders. (0.1 - 1.0)
  22. inactive-opacity-override = true; # Inactive opacity set by 'inactive-opacity' overrides value of _NET_WM_OPACITY.
  23. detect-client-opacity = true;
  24.  
  25. # Blur
  26. blur-kern = "15,15,0.140858,0.182684,0.227638,0.272532,0.313486,0.346456,0.367879,0.375311,0.367879,0.346456,0.313486,0.272532,0.227638,0.182684,0.140858,0.182684,0.236928,0.295230,0.353455,0.406570,0.449329,0.477114,0.486752,0.477114,0.449329,0.406570,0.353455,0.295230,0.236928,0.182684,0.227638,0.295230,0.367879,0.440432,0.506617,0.559898,0.594521,0.606531,0.594521,0.5598
  27. 98,0.506617,0.440432,0.367879,0.295230,0.227638,0.272532,0.353455,0.440432,0.527292,0.606531,0.670320,0.711770,0.726149,0.711770,0.670320,0.606531,0.527292,0.440432,0.353455,0.272532,0.313486,0.406570,0.506617,0.606531,0.697676,0.771052,0.818731,0.835270,0.818731,0.771052,0.697676,0.606531,0.506617,0.406570,0.313486,0.346456,0.449329,0.559898,0.670320,0.771052,0.852144,0.90
  28. 4837,0.923116,0.904837,0.852144,0.771052,0.670320,0.559898,0.449329,0.346456,0.367879,0.477114,0.594521,0.711770,0.818731,0.904837,0.960789,0.980199,0.960789,0.904837,0.818731,0.711770,0.594521,0.477114,0.367879,0.375311,0.486752,0.606531,0.726149,0.835270,0.923116,0.980199,0.980199,0.923116,0.835270,0.726149,0.606531,0.486752,0.375311,0.367879,0.477114,0.594521,0.711770,0.
  29. 818731,0.904837,0.960789,0.980199,0.960789,0.904837,0.818731,0.711770,0.594521,0.477114,0.367879,0.346456,0.449329,0.559898,0.670320,0.771052,0.852144,0.904837,0.923116,0.904837,0.852144,0.771052,0.670320,0.559898,0.449329,0.346456,0.313486,0.406570,0.506617,0.606531,0.697676,0.771052,0.818731,0.835270,0.818731,0.771052,0.697676,0.606531,0.506617,0.406570,0.313486,0.272532,
  30. 0.353455,0.440432,0.527292,0.606531,0.670320,0.711770,0.726149,0.711770,0.670320,0.606531,0.527292,0.440432,0.353455,0.272532,0.227638,0.295230,0.367879,0.440432,0.506617,0.559898,0.594521,0.606531,0.594521,0.559898,0.506617,0.440432,0.367879,0.295230,0.227638,0.182684,0.236928,0.295230,0.353455,0.406570,0.449329,0.477114,0.486752,0.477114,0.449329,0.406570,0.353455,0.29523
  31. 0,0.236928,0.182684,0.140858,0.182684,0.227638,0.272532,0.313486,0.346456,0.367879,0.375311,0.367879,0.346456,0.313486,0.272532,0.227638,0.182684,0.140858";
  32. blur-background = true;
  33. blur-background-frame = true;
  34. blur-background-fixed = true;
  35. blur-background-exclude = [
  36. "window_type = 'dock'"
  37. ];
  38.  
  39. # Fading
  40. fading = false; # Fade windows during opacity changes.
  41.  
  42. # Other
  43. #inactive-dim = 0.5; # Dim inactive windows. (0.0 - 1.0, defaults to 0).
  44. mark-wmwin-focused = true; # Try to detect WM windows and mark them as active.
  45. mark-ovredir-focused = true;
  46. detect-rounded-corners = true;
  47.  
  48. # Window type settings
  49. wintypes:
  50. {
  51. tooltip = { fade = true; shadow = false; opacity = 0.75; };
  52. };
  53.  
  54. ##excluded apps
  55. #shadow-exclude = [ "g:si:Conky" ];
Advertisement
Add Comment
Please, Sign In to add comment