summaryrefslogtreecommitdiffstats
path: root/.config/ncmpcpp
diff options
context:
space:
mode:
authorYigit Sever2020-11-01 04:16:36 +0300
committerYigit Sever2020-11-01 04:16:36 +0300
commit394931d08536f04418174ed10012c75eb9e3c1ed (patch)
tree2c00c1aa82da2db6e443e6bf072e47f2dfa0d60b /.config/ncmpcpp
parent50fa20239233118a09bc8996df6abc57f95f26c0 (diff)
downloaddotfiles-394931d08536f04418174ed10012c75eb9e3c1ed.tar.gz
dotfiles-394931d08536f04418174ed10012c75eb9e3c1ed.tar.bz2
dotfiles-394931d08536f04418174ed10012c75eb9e3c1ed.zip
small ncmpcpp changes
diffstat (limited to '.config/ncmpcpp')
-rw-r--r--.config/ncmpcpp/bindings22
-rw-r--r--.config/ncmpcpp/config22
2 files changed, 33 insertions, 11 deletions
diff --git a/.config/ncmpcpp/bindings b/.config/ncmpcpp/bindings
index c4099e1..659dd1d 100644
--- a/.config/ncmpcpp/bindings
+++ b/.config/ncmpcpp/bindings
@@ -1,4 +1,5 @@
1# https://gist.github.com/Soft/959188 1# https://gist.github.com/Soft/959188
2
2def_key "j" 3def_key "j"
3 scroll_down 4 scroll_down
4def_key "k" 5def_key "k"
@@ -7,6 +8,27 @@ def_key "h"
7 previous_column 8 previous_column
8def_key "l" 9def_key "l"
9 next_column 10 next_column
11
12def_key "ctrl-u"
13 page_up
14#push_characters "kkkkkkkkkkkkkkk"
15def_key "ctrl-d"
16 page_down
17#push_characters "jjjjjjjjjjjjjjj"
18def_key "u"
19 page_up
20def_key "U"
21 update_database
22#push_characters "kkkkkkkkkkkkkkk"
23def_key "d"
24 page_down
25#push_characters "jjjjjjjjjjjjjjj"
26
27def_key "s"
28 reset_search_engine
29def_key "s"
30 show_search_engine
31
10def_key "L" 32def_key "L"
11 show_lyrics 33 show_lyrics
12def_key "n" 34def_key "n"
diff --git a/.config/ncmpcpp/config b/.config/ncmpcpp/config
index 5e9cf38..b55c758 100644
--- a/.config/ncmpcpp/config
+++ b/.config/ncmpcpp/config
@@ -11,14 +11,14 @@
11## ncmpcpp. 11## ncmpcpp.
12## 12##
13# 13#
14#ncmpcpp_directory = ~/.ncmpcpp 14ncmpcpp_directory = ~/.config/ncmpcpp
15# 15#
16## 16##
17## Directory for storing downloaded lyrics. It defaults to ~/.lyrics since other 17## Directory for storing downloaded lyrics. It defaults to ~/.lyrics since other
18## MPD clients (eg. ncmpc) also use that location. 18## MPD clients (eg. ncmpc) also use that location.
19## 19##
20# 20#
21#lyrics_directory = ~/.lyrics 21lyrics_directory = ~/.local/share/lyrics
22# 22#
23##### connection settings ##### 23##### connection settings #####
24# 24#
@@ -30,7 +30,7 @@
30# 30#
31## Needed for tag editor and file operations to work. 31## Needed for tag editor and file operations to work.
32## 32##
33mpd_music_dir = ~/Music 33mpd_music_dir = ~/music
34# 34#
35#mpd_crossfade_time = 5 35#mpd_crossfade_time = 5
36# 36#
@@ -80,7 +80,7 @@ mpd_music_dir = ~/Music
80# 80#
81## Available values: spectrum, wave, wave_filled, ellipse. 81## Available values: spectrum, wave, wave_filled, ellipse.
82## 82##
83#visualizer_type = wave 83visualizer_type = spectrum
84# 84#
85#visualizer_look = ●▮ 85#visualizer_look = ●▮
86# 86#
@@ -113,7 +113,7 @@ mpd_music_dir = ~/Music
113# 113#
114## Defines how long messages are supposed to be visible. 114## Defines how long messages are supposed to be visible.
115## 115##
116#message_delay_time = 5 116message_delay_time = 1
117# 117#
118##### song format ##### 118##### song format #####
119## 119##
@@ -182,7 +182,7 @@ mpd_music_dir = ~/Music
182## Note: colors can be nested. 182## Note: colors can be nested.
183## 183##
184# 184#
185#song_list_format = {%a - }{%t}|{$8%f$9}$R{$3(%l)$9} 185song_list_format = {%a - }{%t}|{$8%f$9}$R{$3(%l)$9}
186# 186#
187#song_status_format = {{%a{ "%b"{ (%y)}} - }{%t}}|{%f} 187#song_status_format = {{%a{ "%b"{ (%y)}} - }{%t}}|{%f}
188# 188#
@@ -293,7 +293,7 @@ execute_on_song_change = notify-send "$(mpc current)" --app-name="ncmpcpp" --ico
293## 293##
294#playlist_display_mode = columns 294#playlist_display_mode = columns
295# 295#
296#browser_display_mode = classic 296browser_display_mode = columns
297# 297#
298#search_engine_display_mode = classic 298#search_engine_display_mode = classic
299# 299#
@@ -317,7 +317,7 @@ execute_on_song_change = notify-send "$(mpc current)" --app-name="ncmpcpp" --ico
317## Note: You can specify third character which will be used to build 'empty' 317## Note: You can specify third character which will be used to build 'empty'
318## part of progressbar. 318## part of progressbar.
319## 319##
320#progressbar_look = => 320progressbar_look = ->
321# 321#
322## Available values: database, playlist. 322## Available values: database, playlist.
323## 323##
@@ -333,7 +333,7 @@ user_interface = alternative
333## 333##
334#media_library_primary_tag = artist 334#media_library_primary_tag = artist
335# 335#
336#media_library_albums_split_by_date = yes 336media_library_albums_split_by_date = no
337# 337#
338## Available values: wrapped, normal. 338## Available values: wrapped, normal.
339## 339##
@@ -431,7 +431,7 @@ user_interface = alternative
431## Note: if below is enabled, ncmpcpp will ignore leading "The" word while 431## Note: if below is enabled, ncmpcpp will ignore leading "The" word while
432## sorting items in browser, tags in media library, etc. 432## sorting items in browser, tags in media library, etc.
433## 433##
434#ignore_leading_the = no 434ignore_leading_the = yes
435# 435#
436## 436##
437## Note: if below is enabled, ncmpcpp will ignore diacritics while searching and 437## Note: if below is enabled, ncmpcpp will ignore diacritics while searching and
@@ -472,7 +472,7 @@ user_interface = alternative
472# 472#
473#search_engine_default_search_mode = 1 473#search_engine_default_search_mode = 1
474# 474#
475#external_editor = nano 475external_editor = nvim
476# 476#
477## Note: set to yes if external editor is a console application. 477## Note: set to yes if external editor is a console application.
478## 478##