Skip to content

Commit

Permalink
nixos/compton: fixup option descriptions (#24724)
Browse files Browse the repository at this point in the history
* Fix `fadeExclude` description.
* Fix typo in `shadowExclude`.
  • Loading branch information
iclanzan authored and joachifm committed Apr 8, 2017
1 parent 65be0b3 commit b41dd2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/modules/services/x11/compton.nix
Expand Up @@ -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.
'';
};
Expand Down Expand Up @@ -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.
'';
};
Expand Down

0 comments on commit b41dd2f

Please sign in to comment.