xsession.windowManager.bspwm.monitors

Specifies the names of desktops to create on each monitor.

Type
attribute set of list of string
Default
{ }
Example
{
  HDMI-0 = [
    "web"
    "terminal"
    "III"
    "IV"
  ];
}
Declared
<home-manager/modules/services/window-managers/bspwm>