aboutsummaryrefslogtreecommitdiffstats
path: root/fbpdf.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-03-08 07:03:17 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-03-08 07:03:17 +0100
commitab34bbe232a6e5d4cc129e851ddd0d6b9d5ef9ff (patch)
tree66cad9b4d40d37fe325ec1bdcf8014d7a01b9fd2 /fbpdf.c
parent69009b983a31efd4fb5a6d6a4b969ab9af2bba35 (diff)
downloadfbida-ab34bbe232a6e5d4cc129e851ddd0d6b9d5ef9ff.tar.gz
move config files to ~/.config/
Diffstat (limited to 'fbpdf.c')
-rw-r--r--fbpdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbpdf.c b/fbpdf.c
index 68af11b..ed73d3a 100644
--- a/fbpdf.c
+++ b/fbpdf.c
@@ -253,7 +253,7 @@ int main(int argc, char *argv[])
setlocale(LC_ALL,"");
- fbi_read_config(".fbpdf.rc");
+ fbi_read_config(".config/fbpdf.conf", ".fbpdf.rc");
cfg_parse_cmdline(&argc,argv,fbpdf_cmd);
cfg_parse_cmdline(&argc,argv,fbpdf_cfg);