aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2022-12-15 20:55:47 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2022-12-15 20:56:01 -0500
commit59a615a1862512f63f59f113431a95c256b525ae (patch)
treebab3432710b892d395c66ea387be32c289b2c5c3
parent8fe446c42385add748ac17aa2ac3e3233c4f915c (diff)
downloaddotfiles-59a615a1862512f63f59f113431a95c256b525ae.tar.gz
dotfiles-59a615a1862512f63f59f113431a95c256b525ae.tar.xz
Add a configuration file for picom
-rw-r--r--picom.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/picom.conf b/picom.conf
new file mode 100644
index 0000000..4386cad
--- /dev/null
+++ b/picom.conf
@@ -0,0 +1,10 @@
+# Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`.
+# backend = "glx"
+backend = "xrender";
+
+# no-use-damage = false
+use-damage = true;
+
+# inactive-opacity = 0.8;
+# active-opacity = 0.9;
+inactive-dim = 0.2;