diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2022-12-15 20:55:47 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2022-12-15 20:56:01 -0500 |
| commit | 59a615a1862512f63f59f113431a95c256b525ae (patch) | |
| tree | bab3432710b892d395c66ea387be32c289b2c5c3 /picom.conf | |
| parent | 8fe446c42385add748ac17aa2ac3e3233c4f915c (diff) | |
| download | dotfiles-59a615a1862512f63f59f113431a95c256b525ae.tar.gz dotfiles-59a615a1862512f63f59f113431a95c256b525ae.tar.xz | |
Add a configuration file for picom
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; |
