From 2118f8d2d9f0a6ac6c69a05737a0232e35f5cae3 Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Sat, 5 Aug 2017 23:43:56 +0200 Subject: make player configurable --- clerk.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'clerk.conf') diff --git a/clerk.conf b/clerk.conf index 455524b..3781066 100644 --- a/clerk.conf +++ b/clerk.conf @@ -3,8 +3,11 @@ mpd_host=localhost # define file paths -database=PLACEHOLDER/.config/clerk/database.mpk -tmux_config=PLACEHOLDER/.config/clerk/clerk.tmux +database=/home/carnager/.config/clerk/database.mpk +tmux_config=/home/carnager/.config/clerk/clerk.tmux + +# player for queue tab +player=ncmpcpp # number of songs clerk will get at once for creating its cache files # if mpd drops the connection while updating, reduce this. -- cgit v1.2.3-24-g4f1b