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.

94 lines
1.9KB

  1. shadow = true;
  2. shadow-radius = 14;
  3. shadow-offset-x = -15;
  4. shadow-offset-y = -6;
  5. shadow-opacity = 0.8;
  6. shadow-red = 0.0;
  7. shadow-green = 0.0;
  8. shadow-blue = 0.0;
  9. shadow-exclude = [
  10. "name = 'stalonetray'",
  11. "name = 'Notification'",
  12. "name = 'VirtualBox'",
  13. "class_g = 'Bspwm'",
  14. "class_i = 'presel_feedback'",
  15. "class_g = 'Conky'",
  16. "class_g ?= 'Notify-osd'",
  17. "class_g = 'Cairo-clock'",
  18. "class_i = 'POWERPNT.EXE'",
  19. "class_i = 'WINWORD.EXE'",
  20. "class_i = 'Meteo'",
  21. "class_g = 'gnome-pie-474'",
  22. "class_g = 'Dunst'"
  23. ];
  24. shadow-ignore-shaped = false;
  25. inactive-opacity = 1;
  26. active-opacity = 1.0;
  27. frame-opacity = 1.0;
  28. inactive-opacity-override = false;
  29. opacity-rule = [
  30. "10:class_g = 'Bspwm'",
  31. "10:class_i = 'presel_feedback'",
  32. "0:name = 'cpt_frame_window'",
  33. ];
  34. inactive-dim = .3;
  35. # blur-kern = "11x11gaussian";
  36. blur-method = "dual_kawase";
  37. blur-strength = 2;
  38. blur-background-exclude = [
  39. "window_type = 'dock'",
  40. "window_type = 'desktop'",
  41. "class_g = 'gnome-pie-474'"
  42. ];
  43. fading = true;
  44. fade-delta = 5;
  45. fade-in-step = 0.03;
  46. fade-out-step = 0.03;
  47. fade-exclude = [];
  48. backend = "glx";
  49. mark-wmwin-focused = false;
  50. mark-ovredir-focused = false;
  51. detect-rounded-corners = true;
  52. detect-client-opacity = true;
  53. refresh-rate = 0;
  54. vsync = false;
  55. dbe = false;
  56. focus-exclude = [ "class_g = 'Cairo-clock'", "class_g = 'mpv'" ];
  57. detect-transient = true;
  58. detect-client-leader = true;
  59. invert-color-include = [ ];
  60. glx-copy-from-front = false;
  61. glx-no-stencil = true;
  62. wintypes :
  63. {
  64. popup_menu =
  65. {
  66. opacity = .9;
  67. };
  68. dropdown_menu =
  69. {
  70. opacity = .9;
  71. };
  72. dnd =
  73. {
  74. shadow = false;
  75. };
  76. dock =
  77. {
  78. shadow = false;
  79. };
  80. tooltip =
  81. {
  82. fade = true;
  83. shadow = false;
  84. opacity = 0.75;
  85. focus = true;
  86. };
  87. };
  88. blur-background = true;
  89. inactive-dim-fixed = true;
  90. blur-background-frame = true;
  91. blur-background-fixed = true;
  92. no-fading-openclose = false;
  93. use-ewmh-active-win = true;