Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. # Shadow
  2. shadow = true;
  3. no-dnd-shadow = true;
  4. no-dock-shadow = true;
  5. clear-shadow = true;
  6. shadow-radius = 7;
  7. shadow-offset-x = -7;
  8. shadow-offset-y = -7;
  9. # shadow-opacity = 0.7;
  10. # shadow-red = 0.0;
  11. # shadow-green = 0.0;
  12. # shadow-blue = 0.0;
  13. shadow-exclude = [
  14. "name = 'Notification'",
  15. "class_g = 'Conky'",
  16. "class_g ?= 'Notify-osd'",
  17. "class_g = 'Cairo-clock'",
  18. "_GTK_FRAME_EXTENTS@:c"
  19. ];
  20. # shadow-exclude = "n:e:Notification";
  21. # shadow-exclude-reg = "x10+0+0";
  22. # xinerama-shadow-crop = true;
  23.  
  24. # Opacity
  25. menu-opacity = 0.7;
  26. inactive-opacity = 0.5;
  27. active-opacity = 0.8;
  28. frame-opacity = 0.8;
  29. inactive-opacity-override = false;
  30. alpha-step = 0.06;
  31. # inactive-dim = 0.2;
  32. # inactive-dim-fixed = true;
  33. blur-background = true;
  34. blur-background-frame = true;
  35. blur-method = "kawase";
  36. #blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1";
  37. blur-background-fixed = true;
  38. blur-strength = 15;
  39. blur-background-exclude = [
  40. "window_type = 'dock'",
  41. "window_type = 'desktop'",
  42. "window_type = 'fullscreen'",
  43. "_GTK_FRAME_EXTENTS@:c"
  44. ];
  45.  
  46. opacity-rule = [
  47. "99:window_type = 'desktop'",
  48. "99:window_type = 'fullscreen'",
  49. "99:name *= 'Firefox Nightly'",
  50. "99:name *= ' GIMP'"
  51. ];
  52.  
  53. # Fading
  54. fading = false;
  55. # fade-delta = 30;
  56. fade-in-step = 0.03;
  57. fade-out-step = 0.03;
  58. # no-fading-openclose = true;
  59. # no-fading-destroyed-argb = true;
  60. fade-exclude = [ ];
  61.  
  62. # Other
  63. backend = "glx";
  64. # use-ewmh-active-win = true;
  65. mark-wmwin-focused = true;
  66. mark-ovredir-focused = true;
  67. detect-rounded-corners = false;
  68. detect-client-opacity = false;
  69. refresh-rate = 0;
  70. vsync = "none";
  71. dbe = false;
  72. paint-on-overlay = true;
  73. # sw-opti = true;
  74. #unredir-if-possible = true;
  75. # unredir-if-possible-delay = 5000;
  76. # unredir-if-possible-exclude = [ ];
  77. focus-exclude = [ "class_g = 'Cairo-clock'" ];
  78. detect-transient = true;
  79. detect-client-leader = true;
  80. invert-color-include = [ ];
  81. resize-damage = 1;
  82.  
  83. # GLX backend
  84. glx-no-stencil = true;
  85. glx-copy-from-front = false;
  86. #glx-use-copysubbuffermesa = true;
  87. #glx-no-rebind-pixmap = true;
  88. glx-swap-method = "undefined";
  89. #glx-use-gpushader4 = true;
  90. # xrender-sync = true;
  91. # xrender-sync-fence = true;
  92.  
  93. # Window type settings
  94. wintypes:
  95. {
  96. tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; };
  97. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement