MyNixOS website logo

Configuration settings for tray-tui. All the available options can be found here: https://github.com/Levizor/tray-tui/blob/main/config_example.toml.

Declarations
Type
TOML value
Default
{ }
Example
{
  columns = 3;
  key_map = {
    down = "focus_down";
    h = "focus_left";
    j = "focus_up";
    k = "focus_down";
    l = "focus_right";
    left = "focus_left";
    right = "focus_right";
    up = "focus_up";
  };
  sorting = false;
}