MyNixOS website logo
option

xsession.windowManager.bspwm.rules

Rule configuration. The keys of the attribute set are the targets of the rules.

Declarations
Type
attribute set of (attribute set of (boolean or signed integer or floating point number or string))
Default
{ }
Example
{
  "Gimp" = {
    desktop = "^8";
    state = "floating";
    follow = true;
  };
  "Kupfer.py" = {
    focus = true;
  };
  "Screenkey" = {
    manage = false;
  };
}