Guest User

Untitled

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