Advertisement
DimaT1

compton

Mar 11th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 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 = 7; # The blur radius for shadows. (default 12)
  7. shadow-offset-x = -7; # The left offset for shadows. (default -15)
  8. shadow-offset-y = -7; # The top offset for shadows. (default -15)
  9. # shadow-opacity = 0.7; # The translucency for shadows. (default .75)
  10. # shadow-red = 0.0; # Red color value of shadow. (0.0 - 1.0, defaults to 0)
  11. # shadow-green = 0.0; # Green color value of shadow. (0.0 - 1.0, defaults to 0)
  12. # shadow-blue = 0.0; # Blue color value of shadow. (0.0 - 1.0, defaults to 0)
  13.  
  14. shadow-ignore-shaped = true;
  15.  
  16. # Opacity
  17. menu-opacity = 0.9; # The opacity for menus. (default 1.0)
  18. inactive-opacity = 0.97; # Opacity of inactive windows. (0.1 - 1.0)
  19. #frame-opacity = 0.8; # Opacity of window titlebars and borders. (0.1 - 1.0)
  20. inactive-opacity-override = true; # Inactive opacity set by 'inactive-opacity' overrides value of _NET_WM_OPACITY.
  21.  
  22. # Fading
  23. fading = true; # Fade windows during opacity changes.
  24. fade-delta = 6; # The time between steps in a fade in milliseconds. (default 10).
  25. fade-in-step = 0.03; # Opacity change between steps while fading in. (default 0.028).
  26. fade-out-step = 0.03; # Opacity change between steps while fading out. (default 0.03).
  27. # no-fading-openclose = true; # Fade windows in/out when opening/closing.
  28.  
  29. # Other
  30. #inactive-dim = 0.5; # Dim inactive windows. (0.0 - 1.0, defaults to 0).
  31. mark-wmwin-focused = true; # Try to detect WM windows and mark them as active.
  32. mark-ovredir-focused = true;
  33. detect-rounded-corners = true;
  34.  
  35. # Window type settings
  36. wintypes:
  37. {
  38. tooltip = { fade = true; shadow = false; opacity = 0.75; };
  39. };
  40.  
  41.  
  42. ##excluded apps
  43. shadow-exclude = [ "g:si:Conky" ];
  44. focus-exclude = "x = 0 && y = 0 && override_redirect = true";
  45. #"class_g = 'Firefox' && argb"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement