aboutsummaryrefslogtreecommitdiffstats
path: root/src/ncmpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ncmpc.h')
-rw-r--r--src/ncmpc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ncmpc.h b/src/ncmpc.h
index 194d7ac5c..4d3b840a5 100644
--- a/src/ncmpc.h
+++ b/src/ncmpc.h
@@ -45,6 +45,9 @@ void D(char *format, ...);
/* welcome message time [s] */
#define SCREEN_WELCOME_TIME 10
+/* screen list */
+#define DEFAULT_SCREEN_LIST "playlist browse"
+
/* status message time [s] */
#define SCREEN_STATUS_MESSAGE_TIME 3