summaryrefslogtreecommitdiff
path: root/.config/picom/picom.conf
diff options
context:
space:
mode:
Diffstat (limited to '.config/picom/picom.conf')
-rw-r--r--.config/picom/picom.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf
new file mode 100644
index 0000000..a095613
--- /dev/null
+++ b/.config/picom/picom.conf
@@ -0,0 +1,13 @@
+# just very slightly rounded corners
+# empty file, just so transparency works on st
+
+opacity-rule = [
+ "98:class_g = 'SchildiChat' && focused",
+ "98:class_g = 'SchildiChat' && !focused"
+]
+
+# corner-radius = 6
+
+# rounded-corners-exclude = [
+# "class_g = 'dwm'"
+# ];