about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorSorin Iclanzan <sorin@iclanzan.com>2017-04-08 00:04:55 -0400
committerJoachim F <joachifm@users.noreply.github.com>2017-04-08 05:04:55 +0100
commitb41dd2fae0128d15f0b23d12b91310c4df00bc1a (patch)
tree26cbfe6d3e29e13b45e2a1e73e7a1994aefc96ba /nixos
parent65be0b3a4b0555ebc634b28314175878c8c6ceeb (diff)
downloadnixlib-b41dd2fae0128d15f0b23d12b91310c4df00bc1a.tar
nixlib-b41dd2fae0128d15f0b23d12b91310c4df00bc1a.tar.gz
nixlib-b41dd2fae0128d15f0b23d12b91310c4df00bc1a.tar.bz2
nixlib-b41dd2fae0128d15f0b23d12b91310c4df00bc1a.tar.lz
nixlib-b41dd2fae0128d15f0b23d12b91310c4df00bc1a.tar.xz
nixlib-b41dd2fae0128d15f0b23d12b91310c4df00bc1a.tar.zst
nixlib-b41dd2fae0128d15f0b23d12b91310c4df00bc1a.zip
nixos/compton: fixup option descriptions (#24724)
* Fix `fadeExclude` description.
* Fix typo in `shadowExclude`.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/x11/compton.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/x11/compton.nix b/nixos/modules/services/x11/compton.nix
index d1f7f164e641..d75d24830f8d 100644
--- a/nixos/modules/services/x11/compton.nix
+++ b/nixos/modules/services/x11/compton.nix
@@ -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.
       '';
     };