MyNixOS website logo
option

xsession.windowManager.i3.config.floating.criteria

List of criteria for windows that should be opened in a floating mode.

Declarations
Type
list of attribute set of (string or boolean)
Default
[ ]
Example
[
  {
    title = "Steam - Update News";
  }
  {
    class = "Pavucontrol";
  }
]