diff --git a/index.html b/index.html index 2e4d90ec..1a63b610 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 7b8fa90d..f6296ef0 100644 --- a/options.html +++ b/options.html @@ -11176,6 +11176,14 @@ detrimental to performance in some setups <home-manager/modules/services/window-managers/bspwm/default.nix>
xsession.windowManager.bspwm.package
The bspwm package to use.
Type: package
Default: pkgs.bspwm
Example: pkgs.bspwm-unstable
Declared by:
<home-manager/modules/services/window-managers/bspwm/default.nix>
+ |
xsession.windowManager.bspwm.alwaysResetDesktops
If set to true
, desktops configured in monitors
will be reset
+every time the config is run.
+
+If set to false
, desktops will only be configured the first time the config is run.
+This is useful if you want to dynamically add desktops and you don't want them to be destroyed if you
+re-run bspwmrc
.
+
Type: boolean
Default: true
Declared by:
+ <home-manager/modules/services/window-managers/bspwm/default.nix>
|
xsession.windowManager.bspwm.extraConfig
Additional shell commands to be run at the end of the config file.
Type: strings concatenated with "\n"
Default: ""
Example:
'' bspc subscribe all > ~/bspc-report.log & ''
Declared by: