MyNixOS website logo
option

xsession.windowManager.spectrwm.settings

Spectrwm settings.

Declarations
Type
attribute set of (boolean or signed integer or string)
Default
{ }
Example
{
  modkey = "Mod4";
  workspace_limit = 5;
  focus_mode = "manual";
  focus_close = "next";
}