Advertisement
Guest User

Untitled

a guest
May 21st, 2019
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.92 KB | None | 0 0
  1. # General
  2. backend = "glx";
  3. vsync = "opengl";
  4. detect-rounded-corners = true;
  5. xrender-sync = true;
  6. xrender-sync-fence = true;
  7.  
  8. # Shadow
  9. shadow = true;
  10. no-dnd-shadow = true;
  11. no-dock-shadow = true;
  12. clear-shadow = true;
  13. shadow-opacity = 0.4;
  14. shadow-radius = 7;
  15. shadow-offset-x = -4;
  16. shadow-offset-y = -4;
  17.  
  18. # Fading
  19. fading = true;
  20. fade-delta = 0;
  21. fade-in-step = 0.2;
  22. fade-out-step = 0.2;
  23. fade-exclude = [ ];
  24.  
  25. #mark-wmwin-focused = true;
  26. #mark-ovredir-focused = true;
  27. #use-ewmh-activte-win = true;
  28. #detect-client-opacity = true;
  29. #refresh-rate = 0;
  30. #dbe = false;
  31. #paint-on-overlay = true;
  32. #glx-copy-from-front = true;
  33.  
  34. # GLX backend
  35. #glx-no-stencil = true;
  36. #glx-use-copysubbuffermesa = true;
  37. #glx-no-rebind-pixmap = true;
  38. #glx-swap-method = 1;
  39.  
  40. # Window type settings
  41. wintypes:
  42. {
  43.   tooltip = { fade = true; shadow = false; opacity = 0.85; focus = true; };
  44.   # dock = { opacity = 0.2; shadow = false; };
  45. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement