dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit ca6e50bafab8ba08ce369562b59e632ba33576e6
parent c25512c4f222346f46e433ce98ac4852e303d094
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Tue,  7 Dec 2021 21:35:36 +0100

ncmpcpp: small settings tweak

Diffstat:
Mncmpcpp/bindings | 2++
Mncmpcpp/config | 2+-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ncmpcpp/bindings b/ncmpcpp/bindings @@ -68,6 +68,8 @@ def_key "f" change_browse_mode def_key "x" delete_playlist_items +def_key "x" + delete_browser_items def_key "P" show_playlist diff --git a/ncmpcpp/config b/ncmpcpp/config @@ -1,5 +1,5 @@ # vim: filetype=conf - +allow_for_physical_item_deletion = no ncmpcpp_directory = "~/.config/ncmpcpp" lyrics_directory = "~/.local/share/lyrics" follow_now_playing_lyrics = yes