mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-02-04 06:32:03 +00:00
Update 2025-07-16
This commit is contained in:
27
config/traxor/config.toml
Normal file
27
config/traxor/config.toml
Normal file
@@ -0,0 +1,27 @@
|
||||
[keybinds]
|
||||
quit = "q"
|
||||
next_tab = "l"
|
||||
prev_tab = "h"
|
||||
next_torrent = "j"
|
||||
prev_torrent = "k"
|
||||
switch_tab_1 = "1"
|
||||
switch_tab_2 = "2"
|
||||
switch_tab_3 = "3"
|
||||
toggle_torrent = "enter"
|
||||
toggle_all = "a"
|
||||
delete = "d"
|
||||
delete_force = "D"
|
||||
select = " "
|
||||
toggle_help = "?"
|
||||
|
||||
[colors]
|
||||
highlight_background = "magenta"
|
||||
highlight_foreground = "black"
|
||||
warning_foreground = "yellow"
|
||||
info_foreground = "blue"
|
||||
error_foreground = "red"
|
||||
|
||||
[log]
|
||||
traxor = "debug"
|
||||
ratatui = "warn"
|
||||
transmission_rpc = "warn"
|
||||
Reference in New Issue
Block a user