mirror of
https://github.com/nix-community/home-manager
synced 2024-11-16 16:19:44 +01:00
i3: fix small formatting error (missing space)
This commit is contained in:
parent
2785bf9cb2
commit
206a4e17b5
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue