From 756991bd4f78d3a241df1f4fa208d5f55ef95833 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 1 May 2015 21:48:07 +0200 Subject: screenshots: change default directory in pseudo-gui mode to desktop This should take care of the endless complaints about the default location for screenshots (and will of course create new ones). If the screenshot-template is set to an absolute path, the directory won't be used. So this should be reasonably compatible. --- player/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'player/main.c') diff --git a/player/main.c b/player/main.c index 1d56f0ceda..641be7a289 100644 --- a/player/main.c +++ b/player/main.c @@ -102,7 +102,8 @@ static const char def_config[] = "[pseudo-gui]\n" "terminal=no\n" "force-window=yes\n" - "idle=once\n"; + "idle=once\n" + "screenshot-directory=~desktop/\n"; static pthread_mutex_t terminal_owner_lock = PTHREAD_MUTEX_INITIALIZER; static struct MPContext *terminal_owner; -- cgit v1.2.3