MyNixOS website logo
option

xsession.windowManager.bspwm.settings

General settings given to bspc config.

Declarations
Type
attribute set of (boolean or signed integer or floating point number or string or list of (boolean or signed integer or floating point number or string))
Default
{ }
Example
{
  border_width = 2;
  gapless_monocle = true;
  split_ratio = 0.52;
}