From 206a4e17b56433768a0ecd83993e7c24feab2937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Balzarotti?= Date: Wed, 15 Nov 2017 18:47:59 +0100 Subject: [PATCH] i3: fix small formatting error (missing space) --- modules/services/window-managers/i3.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/window-managers/i3.nix b/modules/services/window-managers/i3.nix index a9d8c1e8..c63eea67 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.