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.

75 lines
1.7KB

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