MyNixOS website logo
option

wayland.windowManager.sway.config.window.commands

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

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