Guest User

Untitled

a guest
Apr 11th, 2020
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.04 KB | None | 0 0
  1. # ▀ ▄▀▀
  2. # ▄▄▄▄ ▄▄▄ ▄▄▄ ▄▄▄ ▄▄▄▄▄ ▄▄▄ ▄▄▄ ▄ ▄▄ ▄▄█▄▄
  3. # █▀ ▀█ █ █▀ ▀ █▀ ▀█ █ █ █ █▀ ▀ █▀ ▀█ █▀ █ █
  4. # █ █ █ █ █ █ █ █ █ █ █ █ █ █ █
  5. # ██▄█▀ ▄▄█▄▄ ▀█▄▄▀ ▀█▄█▀ █ █ █ █ ▀█▄▄▀ ▀█▄█▀ █ █ █
  6. # █
  7. # ▀
  8.  
  9.  
  10.  
  11.  
  12. # Shadow
  13.  
  14. shadow = true;
  15. shadow-radius = 12;
  16. shadow-offset-x = -12;
  17. shadow-offset-y = -12;
  18. shadow-opacity = 0.7;
  19.  
  20. # shadow-red = 0.0;
  21. # shadow-green = 0.0;
  22. # shadow-blue = 0.0;
  23.  
  24. # shadow-exclude-reg = "x10+0+0";
  25. # xinerama-shadow-crop = true;
  26.  
  27. shadow-exclude = [
  28. "name = 'Notification'",
  29. "class_g = 'Conky'",
  30. "class_g ?= 'Notify-osd'",
  31. "class_g = 'Cairo-clock'",
  32. "class_g = 'slop'",
  33. "class_g = 'Firefox' && argb",
  34. "class_g = 'Rofi'",
  35. "_GTK_FRAME_EXTENTS@:c",
  36. "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
  37. ];
  38.  
  39. # Logs
  40. log-level = "ERROR";
  41. log-file = "~/.cache/picom-log.log";
  42.  
  43.  
  44. # Opacity
  45.  
  46. # inactive-opacity = 0.8;
  47. # active-opacity = 0.8;
  48. # frame-opacity = 0.7;
  49. inactive-opacity-override = false;
  50.  
  51. opacity-rule = [
  52. "80:class_g = 'URxvt'",
  53. "80:class_g = 'UXTerm'",
  54. "80:class_g = 'XTerm'",
  55. "80:class_g = 'Gnome-terminal'",
  56. "80:class_g = 'gnome-terminal'",
  57. "100:class_g = 'electronplayer'",
  58. "99:class_g = 'Chromium'",
  59. "99:class_g = 'Kodi'",
  60. "99:class_g = 'Brave-browser'",
  61. "99:class_g = 'chromium'",
  62. "90:class_g = 'Org.gnome.gedit'",
  63. "99:class_g = 'Navigator'",
  64. "85:class_g = 'Kitty'",
  65. "85:class_g = 'kitty'",
  66. "85:class_g = 'alacritty'",
  67. "85:class_g = 'Alacritty'",
  68. "100:class_g = 'firefox'",
  69. "95:class_g = 'Nemo'",
  70.  
  71. ];
  72.  
  73. # inactive-dim = 0.2;
  74. # inactive-dim-fixed = true;
  75.  
  76.  
  77. # Blur
  78.  
  79. blur: {
  80. method = "dual_kawase";
  81. strength = 6.9;
  82. # deviation = 1.0;
  83. # kernel = "11x11gaussian";
  84. }
  85.  
  86. # blur-background = true;
  87. blur-background-frame = true;
  88. blur-background-fixed = true;
  89. # blur-kern = "3x3box";
  90. # 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";
  91.  
  92. blur-background-exclude = [
  93. "window_type = 'desktop'",
  94. "window_type = 'utility'",
  95. "window_type = 'notification'",
  96. "class_g = 'slop'",
  97. "class_g = 'Firefox' && argb",
  98. "name = 'rofi - Search'",
  99. "_GTK_FRAME_EXTENTS@:c"
  100. ];
  101.  
  102. # max-brightness = 0.66
  103.  
  104. # Fading
  105.  
  106. fading = true;
  107. fade-delta = 3;
  108. fade-in-step = 0.03;
  109. fade-out-step = 0.03;
  110. # no-fading-openclose = true;
  111. # no-fading-destroyed-argb = true;
  112. fade-exclude = [ ];
  113.  
  114. # Other
  115.  
  116. backend = "glx";
  117. mark-wmwin-focused = true;
  118. mark-ovredir-focused = true;
  119. # use-ewmh-active-win = true;
  120. detect-rounded-corners = true;
  121. detect-client-opacity = true;
  122. refresh-rate = 0;
  123. vsync = true;
  124. # sw-opti = true;
  125. unredir-if-possible = false;
  126. # unredir-if-possible-delay = 5000;
  127. # unredir-if-possible-exclude = [ ];
  128. # focus-exclude = [ "class_g = 'Cairo-clock'" ];
  129.  
  130. focus-exclude = [
  131. "class_g = 'Cairo-clock'",
  132. "class_g ?= 'rofi'",
  133. "class_g ?= 'slop'",
  134. "class_g ?= 'Steam'"
  135. ];
  136.  
  137.  
  138. detect-transient = true;
  139. detect-client-leader = true;
  140. invert-color-include = [ ];
  141. # resize-damage = 1;
  142.  
  143. # GLX backend
  144.  
  145. glx-no-stencil = true;
  146. # glx-no-rebind-pixmap = true;
  147. # xrender-sync-fence = true;
  148. use-damage = true;
  149.  
  150. # Window type settings
  151.  
  152. wintypes:
  153. {
  154. tooltip = { fade = true; shadow = false; focus = false; };
  155. normal = { shadow = false; };
  156. dock = { shadow = false; };
  157. dnd = { shadow = false; };
  158. popup_menu = { shadow = true; focus = false; opacity = 0.90; };
  159. dropdown_menu = { shadow = false; focus = false; };
  160. above = { shadow = true; };
  161. splash = { shadow = false; };
  162. utility = { focus = false; shadow = false; };
  163. notification = { shadow = false; };
  164. desktop = { shadow = false };
  165. menu = { focus = false };
  166. dialog = { shadow = true; };
  167. };
Advertisement
Add Comment
Please, Sign In to add comment