MyNixOS website logo
option

xsession.windowManager.bspwm.monitors

Specifies the names of desktops to create on each monitor.

Declarations
Type
attribute set of list of string
Default
{ }
Example
{
  HDMI-0 = [
    "web"
    "terminal"
    "III"
    "IV"
  ];
}