diff --git a/index.html b/index.html index f0d73fa77..5ed1cb531 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf or dconf.service?+
ca.desrt.dconf or dconf.service?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index 97d91155a..1b802227c 100644 --- a/options.html +++ b/options.html @@ -11766,7 +11766,7 @@ bspc subscribe all > ~/bspc-report.log & }
Declared by:
<home-manager/modules/services/window-managers/bspwm/default.nix>
- |
xsession.windowManager.bspwm.rulesRule configuration. The keys of the attribute set are the targets of the rules.
Type: attribute set of submodule
Default:
+
xsession.windowManager.bspwm.rulesRule configuration. The keys of the attribute set are the targets of the rules.
Type: attribute set of attribute set of boolean or signed integer or floating point number or string
Default:
{
}
@@ -11818,6 +11818,8 @@ e.g. screenshot tools.
xsession.windowManager.bspwm.rules.<name>.privateWhether the node should stay in the same tiling position and size.
Type: null or boolean
Default: null
Example: true
Declared by:
<home-manager/modules/services/window-managers/bspwm/default.nix>
+ |
xsession.windowManager.bspwm.rules.<name>.rectangleThe node's geometry, in the format WxH+X+Y.
Type: null or string
Default: null
Example: "800x600+32+32"
Declared by:
+ <home-manager/modules/services/window-managers/bspwm/default.nix>
|
xsession.windowManager.bspwm.rules.<name>.splitDirThe direction where the container is going to be split.
Type: null or one of "north", "west", "south", "east"
Default: null
Example: "south"
Declared by:
<home-manager/modules/services/window-managers/bspwm/default.nix>
|
xsession.windowManager.bspwm.rules.<name>.splitRatioThe ratio between the new window and the previous existing window in diff --git a/tools.html b/tools.html index 4650b7f5d..a4c4c0674 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -
home-manager +
home-manager — reconfigure a user environment
home-manager {
build
|
@@ -84,7 +84,7 @@
|
--verbose
}
- ]
This command updates the user environment so that it corresponds to the
configuration specified in ~/.config/nixpkgs/home.nix or ~/.config/nixpkgs/flake.nix.
@@ -153,7 +153,7 @@ available for immediate garbage collection.
-
The tool accepts the options
-A attrPath
@@ -265,15 +265,15 @@
--verbose
Activates verbose output. -