aboutsummaryrefslogtreecommitdiff
path: root/src/options.c
diff options
context:
space:
mode:
authorallusive-dev <[email protected]>2023-11-05 08:37:47 +1100
committerallusive-dev <[email protected]>2023-11-05 08:37:47 +1100
commitf0e03e52a31a7badad4f3c4e8ba2122a8aef87a4 (patch)
treea70c1bdc06e77196d1e7e2c3c3fbd3b28c230596 /src/options.c
parentMerge branch 'main' of github.com:allusive-dev/picom-allusive (diff)
downloadcompfy-f0e03e52a31a7badad4f3c4e8ba2122a8aef87a4.tar.xz
compfy-f0e03e52a31a7badad4f3c4e8ba2122a8aef87a4.zip
changed 'inactive-opacity-exclude' to 'inactive-exclude', updated sample config, inactive-exclude now cancels inactive-dim1.3.2
Diffstat (limited to 'src/options.c')
-rw-r--r--src/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c
index 6bdfa0e..c98a77e 100644
--- a/src/options.c
+++ b/src/options.c
@@ -189,7 +189,7 @@ static const struct picom_option picom_options[] = {
{"animation-unmap-exclude", required_argument, 815, NULL, "animation unmap exclude list"},
{"wm-support", required_argument, 816, NULL, "Set specific window manager support"},
{"active-opacity-exclude", required_argument, 817, NULL, "Exclude windows from being affected by active opacity"},
- {"inactive-opacity-exclude", required_argument, 818, NULL, "Exclude windows from being affected by inactive opacity"},
+ {"inactive-exclude", required_argument, 818, NULL, "Exclude windows from being affected by inactive opacity"},
};
// clang-format on