From cde93d76cb04e88d9819a82929aa8955facc59e1 Mon Sep 17 00:00:00 2001 From: John Tsiombikas Date: Thu, 28 Jul 2016 20:49:27 +0300 Subject: [PATCH] config file --- src/app.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.cc b/src/app.cc index 0c82972..617e6a1 100644 --- a/src/app.cc +++ b/src/app.cc @@ -28,7 +28,7 @@ static int prev_x, prev_y; bool app_init(int argc, char **argv) { - if(!init_options(argc, argv, 0)) { + if(!init_options(argc, argv, "vrfileman.conf")) { return false; } app_resize(opt.width, opt.height); -- 1.7.10.4