My dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
789 B

  1. # GLX backend
  2. backend = "glx";
  3. glx-no-stencil = true;
  4. glx-copy-from-front = false;
  5. use-damage = true;
  6. glx-no-rebind-pixmap = true;
  7. opacity-rule = [
  8. "90:class_g = 'URxvt'",
  9. "50:class_g = 'Alacritty'",
  10. "70:class_g = 'st-256color'",
  11. "90:class_g = 'tabbed'",
  12. "80:class_g = 'Emacs'"
  13. ];
  14. # Blur
  15. #blur-background = true;
  16. #blur-method = "dual_kawase";
  17. #blur-strength = 2;
  18. # Fading
  19. fading = false;
  20. fade-in-step = 0.05;
  21. fade-out-step = 0.05;
  22. fade-exclude = [ ];
  23. # Other
  24. mark-wmwin-focused = true;
  25. mark-ovredir-focused = true;
  26. detect-rounded-corners = true;
  27. detect-client-opacity = true;
  28. refresh-rate = 0;
  29. dbe = false;
  30. unredir-if-possible = true;
  31. focus-exclude = [ "class_g = 'Cairo-clock'" ];
  32. detect-transient = true;
  33. detect-client-leader = true;
  34. invert-color-include = [ ];