diff options
| author | yuzu-eva <stevenhu@web.de> | 2023-06-09 18:12:20 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2023-06-09 18:12:20 +0200 |
| commit | 70980c2c53e9fc3cadd2f6eacd085dc0297f65b6 (patch) | |
| tree | 6a7a0af6ef52501960d6d0b99d72bc67cec052d0 /.ncmpcpp/config | |
| parent | c72de1d239aac325155fc840cd226309435538de (diff) | |
nvim: added a lisp-lsp, but honestly no idea what i did in plugins.lua; aliasrc: removed most of the emerge aliases; profile: changed $BROWSER; zathura: changed next-/previous-page keybinds; zshrc: added edit-command-line; ncmpcpp: removed visualiser
Diffstat (limited to '.ncmpcpp/config')
| -rw-r--r-- | .ncmpcpp/config | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/.ncmpcpp/config b/.ncmpcpp/config index a9d016f..8d3f5dd 100644 --- a/.ncmpcpp/config +++ b/.ncmpcpp/config @@ -18,6 +18,7 @@ follow_now_playing_lyrics = yes lyrics_fetchers = azlyrics, musixmatch, justsomelyrics, internet # UI and colors +external_editor = nvim colors_enabled = yes current_item_prefix = $(blue)$r current_item_suffix = $/r$(end) @@ -38,10 +39,3 @@ now_playing_prefix = "> " centered_cursor = yes display_bitrate = yes enable_window_title = yes - -# Visualizer -visualizer_data_source = /tmp/mpd.fifo -visualizer_output_name = Visualizer feed -visualizer_in_stereo = yes -visualizer_type = spectrum -visualizer_look = +| |
