nixos/compton: fixup option descriptions (#24724)
* Fix `fadeExclude` description. * Fix typo in `shadowExclude`.
This commit is contained in:
parent
65be0b3a4b
commit
b41dd2fae0
@ -83,7 +83,7 @@ in {
|
|||||||
"focused = 1"
|
"focused = 1"
|
||||||
];
|
];
|
||||||
description = ''
|
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.
|
See <literal>compton(1)</literal> man page for more examples.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
@ -123,7 +123,7 @@ in {
|
|||||||
"focused = 1"
|
"focused = 1"
|
||||||
];
|
];
|
||||||
description = ''
|
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.
|
See <literal>compton(1)</literal> man page for more examples.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user