xsession.windowManager.bspwm.rules
Rule configuration. The keys of the attribute set are the targets of the rules.
- Type
attribute set of (open submodule 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; }; }- Declared
- <home-manager/modules/services/window-managers/bspwm>