diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-02-26 19:23:47 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-02-26 19:23:47 +0100 |
commit | 216127ffdcff2b41183a1d0137edb850abd09c38 (patch) | |
tree | 277f4ad07b859263625107daf31858c230dd2e66 /.config | |
parent | 322a097638a36caa192470e883e2a8d2b70b804c (diff) |
Diffstat (limited to '.config')
l---------[-rw-r--r--] | .config/fzmp/conf | 4 | ||||
-rw-r--r-- | .config/mpcplus/fzmp.conf | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/.config/fzmp/conf b/.config/fzmp/conf index 22439c3..a51f36d 100644..120000 --- a/.config/fzmp/conf +++ b/.config/fzmp/conf @@ -1,3 +1 @@ -default_view songs -full_song_format [[[%artist% - %album% / ][%title%]]|%file%] -fzf_options --ignore-case +../mpcplus/fzmp.conf
\ No newline at end of file diff --git a/.config/mpcplus/fzmp.conf b/.config/mpcplus/fzmp.conf new file mode 100644 index 0000000..22439c3 --- /dev/null +++ b/.config/mpcplus/fzmp.conf @@ -0,0 +1,3 @@ +default_view songs +full_song_format [[[%artist% - %album% / ][%title%]]|%file%] +fzf_options --ignore-case |