1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00
home-manager/tests/modules/programs/tray-tui/config.toml
2025-07-08 09:51:45 -05:00

12 lines
184 B
TOML

columns = 3
sorting = false
[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"