programs.tray-tui.settings

Home-Manager option

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

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; }
declared in: <home-manager/modules/programs/tray-tui.nix>source unavailable