diff options
Diffstat (limited to 'picom.conf')
| -rw-r--r-- | picom.conf | 10 |
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; |
