diff options
Diffstat (limited to 'src/ncmpc.h')
-rw-r--r-- | src/ncmpc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ncmpc.h b/src/ncmpc.h index 6efe55af6..4a2770be9 100644 --- a/src/ncmpc.h +++ b/src/ncmpc.h @@ -39,7 +39,7 @@ #define MPD_RECONNECT_TIME 1500 /* song format - list window */ -#define DEFAULT_LIST_FORMAT "%name%|[%artist% - ]%title%|%file%" +#define DEFAULT_LIST_FORMAT "%name%|[%artist% - ]%title%|%shortfile%" #define LIST_FORMAT (options.list_format ? options.list_format : DEFAULT_LIST_FORMAT) /* song format - status window */ |