From 59a615a1862512f63f59f113431a95c256b525ae Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Thu, 15 Dec 2022 20:55:47 -0500 Subject: Add a configuration file for picom --- picom.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 picom.conf (limited to 'picom.conf') 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; -- cgit v1.2.3