summaryrefslogtreecommitdiff
path: root/.config/picom
diff options
context:
space:
mode:
Diffstat (limited to '.config/picom')
-rw-r--r--.config/picom/picom.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf
index a095613..335f0de 100644
--- a/.config/picom/picom.conf
+++ b/.config/picom/picom.conf
@@ -1,6 +1,11 @@
# just very slightly rounded corners
# empty file, just so transparency works on st
+backend = "glx";
+blur-kern = "3x3box";
+blur-method = "dual_kawase";
+blur-strength = 2;
+
opacity-rule = [
"98:class_g = 'SchildiChat' && focused",
"98:class_g = 'SchildiChat' && !focused"