nixos/compton: fixup option descriptions (#24724)

* Fix `fadeExclude` description.
* Fix typo in `shadowExclude`.
This commit is contained in:
Sorin Iclanzan 2017-04-08 00:04:55 -04:00 committed by Joachim F
parent 65be0b3a4b
commit b41dd2fae0

View File

@ -83,7 +83,7 @@ in {
"focused = 1"
];
description = ''
List of condition of windows that should have no shadow.
List of conditions of windows that should not be faded.
See <literal>compton(1)</literal> man page for more examples.
'';
};
@ -123,7 +123,7 @@ in {
"focused = 1"
];
description = ''
List of condition of windows that should have no shadow.
List of conditions of windows that should have no shadow.
See <literal>compton(1)</literal> man page for more examples.
'';
};