xsession.windowManager.i3.config.assigns
Home-Manager option
An attribute set that assigns applications to workspaces based on criteria.
type: attribute set of list of attribute set of (string or boolean)Default
{ }Example
declared in: <home-manager/modules/services/window-managers/i3-sway/i3.nix>source unavailable{ "1: web" = [{ class = "^Firefox$"; }]; "0: extra" = [{ class = "^Firefox$"; window_role = "About"; }]; }