Advertisement
Guest User

Untitled

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