summaryrefslogtreecommitdiffstats
path: root/clerk.conf
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2017-08-05 23:43:56 +0200
committerRasmus Steinke <rasi@xssn.at>2017-08-05 23:43:56 +0200
commit2118f8d2d9f0a6ac6c69a05737a0232e35f5cae3 (patch)
treedc32ef2a592c98ab01108a771896ab6dc997f6f7 /clerk.conf
parent46dd428faccb4001769fee0c38b0bad5211a2cbc (diff)
downloadperl-app-clerk-2118f8d2d9f0a6ac6c69a05737a0232e35f5cae3.tar.gz
perl-app-clerk-2118f8d2d9f0a6ac6c69a05737a0232e35f5cae3.tar.xz
make player configurable
Diffstat (limited to 'clerk.conf')
-rw-r--r--clerk.conf7
1 files changed, 5 insertions, 2 deletions
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.