diff options
author | Kalle Wallin <kaw@linux.se> | 2004-06-24 16:08:24 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2004-06-24 16:08:24 +0000 |
commit | b0353fc77099ec9e95310ca4e106d88985ee05b4 (patch) | |
tree | 68c6c5fba41296eebccf2b3d92fd59156768ffb1 /doc | |
parent | 31e6fa72cc45147feb11d62eba70c3d8f314301d (diff) | |
download | mpd-b0353fc77099ec9e95310ca4e106d88985ee05b4.tar.gz mpd-b0353fc77099ec9e95310ca4e106d88985ee05b4.tar.xz mpd-b0353fc77099ec9e95310ca4e106d88985ee05b4.zip |
Made the xterm title dynamic, added configuration option xterm-title-format
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1647 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | doc/config.sample | 3 | ||||
-rw-r--r-- | doc/ncmpc.1 | 9 |
2 files changed, 9 insertions, 3 deletions
diff --git a/doc/config.sample b/doc/config.sample index 755068dcc..0630296d5 100644 --- a/doc/config.sample +++ b/doc/config.sample @@ -29,6 +29,9 @@ ## change the xterm title #set-xterm-title = no +## xterm title format +#xterm-title-format = "ncmpc: [ %name%|[%artist% - ]%title%|%file%]" + ## ## Color configuration ## diff --git a/doc/ncmpc.1 b/doc/ncmpc.1 index ac3a65a21..7e83ea6c6 100644 --- a/doc/ncmpc.1 +++ b/doc/ncmpc.1 @@ -84,15 +84,18 @@ Sound audible bell on alerts. .B visible\-bell = yes|no Visible bell on alerts. .TP -.B set\-xterm\-title = yes|no -Change the XTerm title (ncmpc will not restore the title). -.TP .B list\-format = SONG FORMAT The format used to display songs in the main window. .TP .B status\-format = SONG FORMAT The format used to display songs on the status line. .TP +.B set\-xterm\-title = yes|no +Change the XTerm title (ncmpc will not restore the title). +.TP +.B xterm\-title\-format = SONG FORMAT +The format used to for the xterm title when ncmpc is playing. +.TP .B enable\-colors = yes|no Enable/disable colors. .TP |