From 947b381fb63711fab30f7212638ef792f5aa2a3f Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Fri, 30 May 2014 14:57:19 +0200 Subject: settings: Support ~/ expansion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Only the simple ~/ expansion is supported right now, since ~user expansion does not make sense for per-user config files anyway. Closes #431 and #430. On my way to this solution I tried libconfuse and json-based config files. I’m not convinced yet one of these is the solution though… --- contrib/pianobar.1 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'contrib/pianobar.1') diff --git a/contrib/pianobar.1 b/contrib/pianobar.1 index 490ee23..8a311a5 100644 --- a/contrib/pianobar.1 +++ b/contrib/pianobar.1 @@ -215,9 +215,8 @@ File that is executed when event occurs. See section .B EVENTCMD .TP -.B fifo = /home/user/.config/pianobar/ctl -Location of control fifo. Defaults to $XDG_CONFIG_HOME/pianobar/ctl (which is -usually the value above). See section +.B fifo = $XDG_CONFIG_HOME/pianobar/ctl +Location of control fifo. See section .B REMOTE CONTROL .TP -- cgit v1.2.3