Revisions for ⁨picom⁩

View the changes made to this paste.

public ⁨1⁩ ⁨file⁩ 2020-10-24 21:54:04 UTC

pastefile1

@@ -0,0 +1,19 @@

+# renderer
+backend = "glx";
+glx-no-stencil = true;
+refresh-rate = 60;
+
+# fading
+fading = true;
+
+# shadow
+shadow = true;
+shadow-exclude = "bounding_shaped && !rounded_corners || window_type *= \"menu\"";
+
+# blur
+blur-background-fixed = true;
+blur-background-exclude = "!rounded_corners || window_type *= \"menu\"";
+blur: {
+        method = "dual_kawase";
+        strength = 12;
+};
\ No newline at end of file