diff --git a/index.html b/index.html index e80eef93f..cf6b0078d 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
?+
ca.desrt.dconf
?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index b0abfb819..30ac2b072 100644 --- a/options.html +++ b/options.html @@ -10040,6 +10040,67 @@ in "${xmonad}/bin/xmonad";
Declared by:
<home-manager/modules/xsession.nix>
+ |
xsession.windowManager.herbstluftwm.enable
Whether to enable herbstluftwm window manager..
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/services/window-managers/herbstluftwm.nix>
+ |
xsession.windowManager.herbstluftwm.package
Package providing the herbstluftwm and +herbstclient commands. +
Type: package
Default: pkgs.herbstluftwm
Declared by:
+ <home-manager/modules/services/window-managers/herbstluftwm.nix>
+ |
xsession.windowManager.herbstluftwm.extraConfig
Extra configuration lines to add verbatim to
+$XDG_CONFIG_HOME/herbstluftwm/autostart
.
+
Type: strings concatenated with "\n"
Default: ""
Example:
'' +herbstclient set_layout max +herbstclient detect_monitors +''
Declared by:
+ <home-manager/modules/services/window-managers/herbstluftwm.nix>
+ |
xsession.windowManager.herbstluftwm.keybinds
Herbstluftwm keybinds.
Type: attribute set of strings
Default:
+ {
+
+ }
+
Example:
{ + Mod4-o = "split right"; + Mod4-u = "split bottom"; +} +
Declared by:
+ <home-manager/modules/services/window-managers/herbstluftwm.nix>
+ |
xsession.windowManager.herbstluftwm.mousebinds
Herbstluftwm mousebinds.
Type: attribute set of strings
Default:
+ {
+
+ }
+
Example:
{ + Mod4-B1 = "move"; + Mod4-B3 = "resize"; +} +
Declared by:
+ <home-manager/modules/services/window-managers/herbstluftwm.nix>
+ |
xsession.windowManager.herbstluftwm.rules
Herbstluftwm rules.
Type: list of strings
Default:
+ [
+
+ ]
+
Example:
[ + "windowtype~'_NET_WM_WINDOW_TYPE_(DIALOG|UTILITY|SPLASH)' focus=on pseudotile=on" + "windowtype~'_NET_WM_WINDOW_TYPE_(NOTIFICATION|DOCK|DESKTOP)' manage=off" +] +
Declared by:
+ <home-manager/modules/services/window-managers/herbstluftwm.nix>
+ |
xsession.windowManager.herbstluftwm.settings
Herbstluftwm settings.
Type: attribute set of boolean or signed integer or strings
Default:
+ {
+
+ }
+
Example:
{ + gapless_grid = false; + window_border_width = 1; + window_border_active_color = "#FF0000"; +} +
Declared by:
+ <home-manager/modules/services/window-managers/herbstluftwm.nix>
+ |
xsession.windowManager.herbstluftwm.tags
Tags to create on startup.
Type: list of strings
Default:
+ [
+
+ ]
+
Example:
[ "work" "browser" "music" "gaming" ] +
Declared by:
+ <home-manager/modules/services/window-managers/herbstluftwm.nix>
|
xsession.windowManager.i3.enable
Whether to enable i3 window manager..
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/services/window-managers/i3-sway/i3.nix>
|
xsession.windowManager.i3.package
i3 package to use. diff --git a/tools.html b/tools.html index 34ae5b5de..3e29bcbce 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -
home-manager +
home-manager — reconfigure a user environment
home-manager
{
build
|
@@ -82,7 +82,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
.
@@ -151,7 +151,7 @@ available for immediate garbage collection.
-
The tool accepts the options
-A attrPath
@@ -259,15 +259,15 @@
--verbose
Activates verbose output. -