summaryrefslogtreecommitdiffstats
path: root/.config/picom.conf
diff options
context:
space:
mode:
Diffstat (limited to '.config/picom.conf')
-rw-r--r--.config/picom.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/picom.conf b/.config/picom.conf
new file mode 100644
index 0000000..8db373f
--- /dev/null
+++ b/.config/picom.conf
@@ -0,0 +1,10 @@
+# basic configuration
+backend = "xrender";
+paint-on-overlay = true;
+vsync = true;
+unredir-if-possible = true;
+no-fading-openclose = true;
+
+# Inactive windows diming
+inactive-dim = 0.10;
+inactive-dim-fixed = true;