diff options
| author | allusive-dev <[email protected]> | 2023-11-08 10:27:06 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-11-08 10:27:06 +1100 |
| commit | 6a2e8f363a0adec82f27b3c2dced2fc13eb64c5a (patch) | |
| tree | d248fe41c811f332d6e954e8e36a3ab701d2053b | |
| parent | Update README.md (diff) | |
| download | compfy-6a2e8f363a0adec82f27b3c2dced2fc13eb64c5a.tar.xz compfy-6a2e8f363a0adec82f27b3c2dced2fc13eb64c5a.zip | |
updated sample config
| -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 0fb8bb2..685d68e 100644 --- a/picom.sample.conf +++ b/picom.sample.conf @@ -162,7 +162,7 @@ active-opacity = 1.0 # ]; -# Specify a list of conditions of windows that should never be considered focused. +# Specify a list of windows that should ignore both `active-opacity` and `inactive-opacity`. If `inactive-opacity-override = true;` then the window will always use `1.0` opacity and as expected ignore its opacity-rule. # focus-exclude = [ # "class_g = 'Cairo-clock'" #]; |