Add 'dots/' from commit 'f64b634dd8fbb2c8a2898c3b9d0acc9452e4d966'
git-subtree-dir: dots git-subtree-mainline:2ad98cde17git-subtree-split:f64b634dd8
This commit is contained in:
66
dots/.config/ncspot/config.toml
Normal file
66
dots/.config/ncspot/config.toml
Normal file
@@ -0,0 +1,66 @@
|
||||
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"
|
||||
3
dots/.config/ncspot/credentials.toml
Normal file
3
dots/.config/ncspot/credentials.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
username = 'hektor.misplon@gmail.com'
|
||||
auth_type = 0
|
||||
auth_data = 'KDEzMzc9PXRydTMpPzo='
|
||||
Reference in New Issue
Block a user