diff --git a/src/config.cpp b/src/config.cpp index 1cda757..e4a88dc 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -14,8 +14,7 @@ Config::Config() { home_juci_path = config_dir / "juci"; } else { - boost::filesystem::path config_dir(home_path / "config"); - home_juci_path = config_dir / "juci"; + home_juci_path = home_path / ".config" / "juci"; } juci_config_file = home_juci_path / "config.json"; return;