MyNixOS website logo

Key/Value pairs to pass to yabai's 'config' domain, via the configuration file.

Declarations
    Type
    attribute set
    Default
    { }
    Example
    {
      focus_follows_mouse = "autoraise";
      mouse_follows_focus = "off";
      window_placement    = "second_child";
      window_opacity      = "off";
      top_padding         = 36;
      bottom_padding      = 10;
      left_padding        = 10;
      right_padding       = 10;
      window_gap          = 10;
    }