mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
i3: fix small formatting error (missing space)
This commit is contained in:
committed by
Nikita Uvarov
parent
2785bf9cb2
commit
206a4e17b5
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user