aboutsummaryrefslogtreecommitdiff
path: root/modules/services/window-managers
diff options
context:
space:
mode:
authorNicolò Balzarotti <anothersms@gmail.com>2017-11-15 18:47:59 +0100
committerNikita Uvarov <uv.nikita@gmail.com>2017-11-17 09:31:37 +0100
commit206a4e17b56433768a0ecd83993e7c24feab2937 (patch)
treec91879f6717bbad406b06ebe4478b26bce9e7a9d /modules/services/window-managers
parent2785bf9cb286896dfae283da278669eca3661cd9 (diff)
i3: fix small formatting error (missing space)
Diffstat (limited to 'modules/services/window-managers')
-rw-r--r--modules/services/window-managers/i3.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/window-managers/i3.nix b/modules/services/window-managers/i3.nix
index a9d8c1e87c0..c63eea679d2 100644
--- a/modules/services/window-managers/i3.nix
+++ b/modules/services/window-managers/i3.nix
@@ -175,7 +175,7 @@ let
type = types.submodule {
options = {
newWindow = mkOption {
- type =types.enum [ "smart" "urgent" "focus" "none" ];
+ type = types.enum [ "smart" "urgent" "focus" "none" ];
default = "smart";
description = ''
This option modifies focus behavior on new window activation.