aboutsummaryrefslogtreecommitdiff
path: root/modules/services/window-managers/i3.nix
diff options
context:
space:
mode:
authorEdward Betts <edward@4angle.com>2018-10-02 07:17:34 +0100
committerRobert Helgesson <robert@rycee.net>2018-10-02 22:41:08 +0200
commit36da7a918f442bd5822152a210f980d3d414eed0 (patch)
treebfb7db0b1d1a12017c1cb4373134c8b89deb7986 /modules/services/window-managers/i3.nix
parent782d2fab83fe1964e220f5b343d68659b9dd9cf2 (diff)
Correct spelling mistakes
Diffstat (limited to '')
-rw-r--r--modules/services/window-managers/i3.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/services/window-managers/i3.nix b/modules/services/window-managers/i3.nix
index 85fde7dd881..60ab13a31d8 100644
--- a/modules/services/window-managers/i3.nix
+++ b/modules/services/window-managers/i3.nix
@@ -376,7 +376,7 @@ let
type = types.attrsOf (types.listOf criteriaModule);
default = {};
description = ''
- An attribute set that assignes applications to workspaces based
+ An attribute set that assigns applications to workspaces based
on criteria.
'';
example = literalExample ''
@@ -473,7 +473,7 @@ let
type = types.attrs;
default = {};
description = ''
- An attribute set that assignes keypress to an action using key code.
+ An attribute set that assigns keypress to an action using key code.
See <link xlink:href="https://i3wm.org/docs/userguide.html#keybindings"/>.
'';
example = { "214" = "exec --no-startup-id /bin/script.sh"; };