diff options
| author | allusive-dev <[email protected]> | 2023-11-05 08:37:47 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-11-05 08:37:47 +1100 |
| commit | f0e03e52a31a7badad4f3c4e8ba2122a8aef87a4 (patch) | |
| tree | a70c1bdc06e77196d1e7e2c3c3fbd3b28c230596 /picom.sample.conf | |
| parent | Merge branch 'main' of github.com:allusive-dev/picom-allusive (diff) | |
| download | compfy-1.3.2.tar.xz compfy-1.3.2.zip | |
changed 'inactive-opacity-exclude' to 'inactive-exclude', updated sample config, inactive-exclude now cancels inactive-dim1.3.2
Diffstat (limited to 'picom.sample.conf')
| -rw-r--r-- | picom.sample.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/picom.sample.conf b/picom.sample.conf index 61bc10b..0fb8bb2 100644 --- a/picom.sample.conf +++ b/picom.sample.conf @@ -150,7 +150,7 @@ active-opacity = 1.0 # Unless the window is also in active-opacity-exclude then it will be set to 1.0 or if it is set in "opacity-rule", # it will use the opacity set there as the inactive-opacity # -# inactive-opacity-exclude = [ +# inactive-exclude = [ # "class_g = 'dwm'" # ]; |