Guest User

Untitled

a guest
Jun 25th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. unredir-if-possible = false;
  2. opacity-rule = ["70:class_g = 'URxvt'"];
  3. fade-in-step = 0.02;
  4. fade-out-step = 0.02;
  5. fade-delta = 2;
  6. inactive-dim = 0.1;
  7. shadow = true;
  8. shadow-radius = 7;
  9. shadow-offset-x = -7;
  10. shadow-offset-y = -7;
  11.  
  12. shadow-exclude = [
  13. "name = 'Notification'",
  14. # no shadow on compton
  15. "override_redirect = 1 && !WM_CLASS@:s",
  16. # no double shadows on Firefox's popup
  17. "class_g = 'Firefox'",
  18. "class_g = 'Conky'",
  19. # no shadow on i3 frames
  20. "class_g = 'i3-frame'",
  21. # no shadow on stacked / tabbed windows
  22. "_NET_WM_STATE@[0]:a = '_NET_WM_STATE@_MAXIMIZED_VERT'",
  23. "_NET_WM_STATE@[0]:a = '_NET_WM_STATE@_MAXIMIZED_HORZ'",
  24. "_GTK_FRAME_EXTENTS@:c"
  25. ];
  26.  
  27. mark-ovredir-focused = true;
Add Comment
Please, Sign In to add comment