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.

57 lines
1.2 KiB

  1. # Shadow
  2. shadow = true;
  3. shadow-radius = 7;
  4. shadow-offset-x = -7;
  5. shadow-offset-y = -5;
  6. shadow-opacity = 0.6;
  7. shadow-exclude = [
  8. "class_g = 'Firefox' && argb",
  9. "class_g = 'i3-frame'",
  10. "class_g = 'TelegramDesktop' && argb"
  11. ];
  12. # Opacity
  13. inactive-opacity = 1.0;
  14. blur-background = false;
  15. blur-kern = "3x3box";
  16. blur-background-fixed = false;
  17. blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ];
  18. # Fading
  19. fading = true;
  20. fade-delta = 5;
  21. fade-in-step = 0.03;
  22. fade-out-step = 0.03;
  23. fade-exclude = [ ];
  24. # Other
  25. backend = "glx";
  26. mark-wmwin-focused = true;
  27. mark-ovredir-focused = true;
  28. use-ewmh-active-win = false;
  29. detect-rounded-corners = true;
  30. detect-client-opacity = true;
  31. refresh-rate = 0;
  32. vsync = true;
  33. sw-opti = false;
  34. unredir-if-possible = false;
  35. focus-exclude = [ ];
  36. detect-transient = true;
  37. detect-client-leader = true;
  38. invert-color-include = [ ];
  39. # GLX backend
  40. glx-no-stencil = true;
  41. glx-no-rebind-pixmap = false;
  42. use-damage = true;
  43. # Window type settings
  44. wintypes:
  45. {
  46. tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; }
  47. dock = { shadow = false; }
  48. dnd = { shadow = false; }
  49. popup_menu = { opacity = 1.0; }
  50. dropdown_menu = { opacity = 1.0; }
  51. };