MyNixOS website logo
option

xsession.windowManager.i3.config.window.commands.*.criteria

Criteria of the windows on which command should be executed.

A value of true is equivalent to using an empty criteria (which is different from an empty string criteria).

Declarations
Type
attribute set of (string or boolean)
Example
{
  title = "x200: ~/work";
  floating = true;
};