MyNixOS website logo
option

xsession.windowManager.i3.config.window.commands

List of commands that should be executed on specific windows. See for_window i3wm option documentation.

Declarations
Type
list of (submodule)
Default
[ ]
Example
[
  {
    command = "border pixel 1";
    criteria = {
      class = "XTerm";
    };
  }
]