mirror of
https://github.com/nix-community/home-manager
synced 2024-12-02 16:09:46 +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 {
|
type = types.submodule {
|
||||||
options = {
|
options = {
|
||||||
newWindow = mkOption {
|
newWindow = mkOption {
|
||||||
type =types.enum [ "smart" "urgent" "focus" "none" ];
|
type = types.enum [ "smart" "urgent" "focus" "none" ];
|
||||||
default = "smart";
|
default = "smart";
|
||||||
description = ''
|
description = ''
|
||||||
This option modifies focus behavior on new window activation.
|
This option modifies focus behavior on new window activation.
|
||||||
|
|
Loading…
Reference in a new issue