67 lines
1.2 KiB
TOML
67 lines
1.2 KiB
TOML
default_keybindings = false
|
|
flip_status_indicators = true
|
|
|
|
[keybindings]
|
|
"Enter" = "play"
|
|
" " = "playpause"
|
|
"S" = "stop"
|
|
"<" = "seek -10000"
|
|
">" = "seek +10000"
|
|
"H" = "previous"
|
|
"L" = "next"
|
|
"r" = "repeat"
|
|
"z" = "shuffle"
|
|
"d" = "delete"
|
|
"s" = "save"
|
|
"O" = "open current"
|
|
"o" = "open selected"
|
|
"Backspace" = "back"
|
|
"A" = "goto artist"
|
|
"a" = "goto album"
|
|
"q" = "queue"
|
|
"J" = "shift down 1"
|
|
"K" = "shift up 1"
|
|
"c" = "clear"
|
|
"=" = "volup 1"
|
|
"-" = "voldown 1"
|
|
"/" = "focus search"
|
|
"Q" = "focus queue"
|
|
"L" = "focus library"
|
|
"1" = "focus queue"
|
|
"2" = "focus library"
|
|
"h" = "move left 1"
|
|
"j" = "move down 1"
|
|
"k" = "move up 1"
|
|
"l" = "move right 1"
|
|
"g" = "move top"
|
|
"G" = "move bottom"
|
|
"t" = "sort added d"
|
|
"T" = "sort title a"
|
|
"y" = "share current"
|
|
"Y" = "share selected"
|
|
"U" = "update"
|
|
|
|
[theme]
|
|
primary="#aaaaaa"
|
|
secondary="#555555"
|
|
background="1a1a1a"
|
|
title="#cccccc"
|
|
title_secondary="#aaaaaa"
|
|
playing="#ffffff"
|
|
playing_bg="1a1a1a"
|
|
playing_selected="#ffffff"
|
|
highlight="#cccccc"
|
|
highlight_bg="#333333"
|
|
error="#ffffff"
|
|
error_bg="#333333"
|
|
statusbar="#cccccc"
|
|
statusbar_bg="#1a1a1a"
|
|
statusbar_progress="#cccccc"
|
|
statusbar_progress_bg="#1a1a1a"
|
|
cmdline="#cccccc"
|
|
cmdline_bg="#1a1a1a"
|
|
search_match="#ffffff"
|
|
|
|
backend="pipe"
|
|
notify="false"
|