Advertisement
corrosiontears

Compton.conf para Openbox, LXDE e Afins

Jun 5th, 2013
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.99 KB | None | 0 0
  1. # Shadow
  2. shadow = false;         # 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. shadow-exclude = [ "n:e:Notification" ];    # Exclude conditions for shadows.
  14. # shadow-exclude = "n:e:Notification";
  15. shadow-ignore-shaped = true;
  16.  
  17. # Opacity
  18. menu-opacity = 0.8;         # The opacity for menus. (default 1.0)
  19. inactive-opacity = 0.9;         # Opacity of inactive windows. (0.1 - 1.0)
  20. frame-opacity = 1.0;            # Opacity of window titlebars and borders. (0.1 - 1.0)
  21. inactive-opacity-override = true;   # Inactive opacity set by 'inactive-opacity' overrides value of _NET_WM_OPACITY.
  22.  
  23. # Fading
  24. fading = true;          # Fade windows during opacity changes.
  25. fade-delta = 10;        # The time between steps in a fade in milliseconds. (default 10).
  26. fade-in-step = 0.03;        # Opacity change between steps while fading in. (default 0.028).
  27. fade-out-step = 0.03;       # Opacity change between steps while fading out. (default 0.03).
  28. # no-fading-openclose = true;   # Fade windows in/out when opening/closing.
  29.  
  30. # Other
  31. #inactive-dim = 0.5;        # Dim inactive windows. (0.0 - 1.0, defaults to 0).
  32. mark-wmwin-focused = true# Try to detect WM windows and mark them as active.
  33. mark-ovredir-focused = true;
  34. detect-rounded-corners = true;
  35.  
  36. # Window type settings
  37. wintypes:
  38. {
  39.   tooltip = { fade = false; shadow = false; opacity = 0.75; };
  40. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement