Guest User

Untitled

a guest
Feb 28th, 2018
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 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 = 10; # The blur radius for shadows. (default 12)
  7. shadow-offset-x = 5; # The left offset for shadows. (default -15)
  8. shadow-offset-y = 5; # The top offset for shadows. (default -15)
  9. shadow-opacity = 1; # The translucency for shadows. (default .75)
  10.  
  11. shadow-ignore-shaped = true;
  12.  
  13. # Opacity
  14. inactive-opacity = 0.7; # Opacity of inactive windows. (0.1 - 1.0)
  15. opacity-rule = [
  16. "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
  17. ];
  18.  
  19. # Fading
  20. fading = true; # Fade windows during opacity changes.
  21.  
  22. # Other
  23. mark-wmwin-focused = true; # Try to detect WM windows and mark them as active.
  24. mark-ovredir-focused = true;
  25.  
  26. # excluded apps
  27. shadow-exclude = [
  28. "n:e:Notification"
  29. ];
Advertisement
Add Comment
Please, Sign In to add comment