diff options
author | Michaël Ball <michael.ball@krotosaudio.com> | 2025-07-08 14:44:55 +0100 |
---|---|---|
committer | Michaël Ball <michael.ball@krotosaudio.com> | 2025-07-08 14:44:55 +0100 |
commit | 5f4f5e67b328bd875107f6717e866f8878f0397e (patch) | |
tree | 233c6898623ffb138c94eb9ec9ceb443abe01ffa /ncmpcpp | |
parent | 87508e153b2217e13abd029fd654505fe04f90ac (diff) |
Better ncmpcpp config
Diffstat (limited to 'ncmpcpp')
-rw-r--r-- | ncmpcpp/.config/ncmpcpp/config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ncmpcpp/.config/ncmpcpp/config b/ncmpcpp/.config/ncmpcpp/config index eba20f5..ac5df5f 100644 --- a/ncmpcpp/.config/ncmpcpp/config +++ b/ncmpcpp/.config/ncmpcpp/config @@ -1 +1,7 @@ song_columns_list_format = (20)[green]{a} (11f)[blue]{yr} (20)[blue]{b} (3f)[blue]{dE:D#}|{} (3f)[cyan]{n:#} (45)[cyan]{t} (7f)[magenta]{lr} + +autocenter_mode = "yes" +centered_cursor = "yes" +mouse_support = "no" +empty_tag_marker = "" +search_engine_default_search_mode = "2" |