From fa43725309efc38e52d71d012a41831ce1cafee1 Mon Sep 17 00:00:00 2001 From: sumnerevans Date: Mon, 17 May 2021 04:55:44 +0000 Subject: [PATCH] deploy: 6a471f1b1111408d541caf04e64650813bfb22ac --- index.html | 4 ++-- options.html | 16 ++++++++++++++++ tools.html | 14 +++++++------- 3 files changed, 25 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index ee43621e..8e8a7907 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -Home Manager Manual

Home Manager Manual


Preface

+Home Manager Manual

Home Manager Manual


Preface

This manual will eventually describes how to install, use, and extend Home Manager.

diff --git a/options.html b/options.html index 082917f4..dd097624 100644 --- a/options.html +++ b/options.html @@ -11608,6 +11608,14 @@ contents (when restoring layouts). Border and indicator are ignored. background = "#900000"; border = "#2f343a"; childBorder = "#900000"; indicator = "#900000"; text = "#ffffff"; } +

Declared by:

+ <home-manager/modules/services/window-managers/i3-sway/sway.nix> +
wayland.windowManager.sway.config.defaultWorkspace

The default workspace to show when sway is launched. +This must to correspond to the value of the keybinding of the default workspace. +

Type: null or string

Default: + null +

Example: + "workspace number 9"

Declared by:

<home-manager/modules/services/window-managers/i3-sway/sway.nix>
wayland.windowManager.sway.config.down

Home row direction key for moving down.

Type: string

Default: @@ -12971,6 +12979,14 @@ contents (when restoring layouts). Border and indicator are ignored. background = "#900000"; border = "#2f343a"; childBorder = "#900000"; indicator = "#900000"; text = "#ffffff"; } +

Declared by:

+ <home-manager/modules/services/window-managers/i3-sway/i3.nix> +
xsession.windowManager.i3.config.defaultWorkspace

The default workspace to show when i3 is launched. +This must to correspond to the value of the keybinding of the default workspace. +

Type: null or string

Default: + null +

Example: + "workspace number 9"

Declared by:

<home-manager/modules/services/window-managers/i3-sway/i3.nix>
xsession.windowManager.i3.config.floating

Floating window settings.

Type: submodule

Default: diff --git a/tools.html b/tools.html index 8e629dd8..7b3612fe 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -Appendix D. Tools

Appendix D. Tools

home-manager - — reconfigure a user environment

Name

home-manager +Appendix D. Tools

Appendix D. Tools

home-manager + — reconfigure a user environment

Name

home-manager — reconfigure a user environment

Synopsis

home-manager { build | @@ -74,7 +74,7 @@ | --verbose } - ]

Description

+ ]

Description

This command updates the user environment so that it corresponds to the configuration specified in ~/.config/nixpkgs/home.nix or ~/.config/nixpkgs/flake.nix.

@@ -139,7 +139,7 @@ available for immediate garbage collection.

-

Options

+

Options

The tool accepts the options

-A attrPath @@ -234,15 +234,15 @@ --verbose

Activates verbose output. -

Files

+

Files

~/.local/share/home-manager/news-read-ids

Identifiers of news items that have been shown. Can be deleted to reset the read news indicator. -

Bugs

+

Bugs

Please report any bugs on the project issue tracker. -

See also

+

See also

home-configuration.nix(5)

\ No newline at end of file