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.

100 lines
2.1KB

  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. "80:class_g = 'Chromium'",
  34. "80:class_g = 'qutebrowser'",
  35. "80:class_g = 'Com.github.xournalpp.xournalpp'",
  36. ];
  37. inactive-dim = .3;
  38. # blur-kern = "11x11gaussian";
  39. blur-method = "dual_kawase";
  40. blur-strength = 2;
  41. blur-background-exclude = [
  42. "window_type = 'dock'",
  43. "window_type = 'desktop'",
  44. "class_g = 'Chromium'",
  45. "class_g = 'qutebrowser'",
  46. "class_g = 'Com.github.xournalpp.xournalpp'",
  47. "class_g = 'gnome-pie-474'"
  48. ];
  49. fading = true;
  50. fade-delta = 5;
  51. fade-in-step = 0.03;
  52. fade-out-step = 0.03;
  53. fade-exclude = [];
  54. backend = "glx";
  55. mark-wmwin-focused = false;
  56. mark-ovredir-focused = false;
  57. detect-rounded-corners = true;
  58. detect-client-opacity = true;
  59. refresh-rate = 0;
  60. vsync = false;
  61. dbe = false;
  62. focus-exclude = [ "class_g = 'Cairo-clock'", "class_g = 'mpv'" ];
  63. detect-transient = true;
  64. detect-client-leader = true;
  65. invert-color-include = [ ];
  66. glx-copy-from-front = false;
  67. glx-no-stencil = true;
  68. wintypes :
  69. {
  70. popup_menu =
  71. {
  72. opacity = .9;
  73. };
  74. dropdown_menu =
  75. {
  76. opacity = .9;
  77. };
  78. dnd =
  79. {
  80. shadow = false;
  81. };
  82. dock =
  83. {
  84. shadow = false;
  85. };
  86. tooltip =
  87. {
  88. fade = true;
  89. shadow = false;
  90. opacity = 0.75;
  91. focus = true;
  92. };
  93. };
  94. blur-background = true;
  95. inactive-dim-fixed = true;
  96. blur-background-frame = true;
  97. blur-background-fixed = true;
  98. no-fading-openclose = false;
  99. use-ewmh-active-win = true;