From 394931d08536f04418174ed10012c75eb9e3c1ed Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sun, 1 Nov 2020 04:16:36 +0300 Subject: small ncmpcpp changes --- .config/ncmpcpp/bindings | 22 ++++++++++++++++++++++ .config/ncmpcpp/config | 22 +++++++++++----------- 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 @@ # https://gist.github.com/Soft/959188 + def_key "j" scroll_down def_key "k" @@ -7,6 +8,27 @@ def_key "h" previous_column def_key "l" next_column + +def_key "ctrl-u" + page_up +#push_characters "kkkkkkkkkkkkkkk" +def_key "ctrl-d" + page_down +#push_characters "jjjjjjjjjjjjjjj" +def_key "u" + page_up +def_key "U" + update_database +#push_characters "kkkkkkkkkkkkkkk" +def_key "d" + page_down +#push_characters "jjjjjjjjjjjjjjj" + +def_key "s" + reset_search_engine +def_key "s" + show_search_engine + def_key "L" show_lyrics def_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 @@ ## ncmpcpp. ## # -#ncmpcpp_directory = ~/.ncmpcpp +ncmpcpp_directory = ~/.config/ncmpcpp # ## ## Directory for storing downloaded lyrics. It defaults to ~/.lyrics since other ## MPD clients (eg. ncmpc) also use that location. ## # -#lyrics_directory = ~/.lyrics +lyrics_directory = ~/.local/share/lyrics # ##### connection settings ##### # @@ -30,7 +30,7 @@ # ## Needed for tag editor and file operations to work. ## -mpd_music_dir = ~/Music +mpd_music_dir = ~/music # #mpd_crossfade_time = 5 # @@ -80,7 +80,7 @@ mpd_music_dir = ~/Music # ## Available values: spectrum, wave, wave_filled, ellipse. ## -#visualizer_type = wave +visualizer_type = spectrum # #visualizer_look = ●▮ # @@ -113,7 +113,7 @@ mpd_music_dir = ~/Music # ## Defines how long messages are supposed to be visible. ## -#message_delay_time = 5 +message_delay_time = 1 # ##### song format ##### ## @@ -182,7 +182,7 @@ mpd_music_dir = ~/Music ## Note: colors can be nested. ## # -#song_list_format = {%a - }{%t}|{$8%f$9}$R{$3(%l)$9} +song_list_format = {%a - }{%t}|{$8%f$9}$R{$3(%l)$9} # #song_status_format = {{%a{ "%b"{ (%y)}} - }{%t}}|{%f} # @@ -293,7 +293,7 @@ execute_on_song_change = notify-send "$(mpc current)" --app-name="ncmpcpp" --ico ## #playlist_display_mode = columns # -#browser_display_mode = classic +browser_display_mode = columns # #search_engine_display_mode = classic # @@ -317,7 +317,7 @@ execute_on_song_change = notify-send "$(mpc current)" --app-name="ncmpcpp" --ico ## Note: You can specify third character which will be used to build 'empty' ## part of progressbar. ## -#progressbar_look = => +progressbar_look = -> # ## Available values: database, playlist. ## @@ -333,7 +333,7 @@ user_interface = alternative ## #media_library_primary_tag = artist # -#media_library_albums_split_by_date = yes +media_library_albums_split_by_date = no # ## Available values: wrapped, normal. ## @@ -431,7 +431,7 @@ user_interface = alternative ## Note: if below is enabled, ncmpcpp will ignore leading "The" word while ## sorting items in browser, tags in media library, etc. ## -#ignore_leading_the = no +ignore_leading_the = yes # ## ## Note: if below is enabled, ncmpcpp will ignore diacritics while searching and @@ -472,7 +472,7 @@ user_interface = alternative # #search_engine_default_search_mode = 1 # -#external_editor = nano +external_editor = nvim # ## Note: set to yes if external editor is a console application. ## -- cgit v1.2.3-61-g4310