diff --git a/src/config/ConfigManager.cpp b/src/config/ConfigManager.cpp index 6e6901a..48668db 100644 --- a/src/config/ConfigManager.cpp +++ b/src/config/ConfigManager.cpp @@ -214,7 +214,7 @@ std::string CConfigManager::getMainConfigPath() { if (paths.first.has_value()) return paths.first.value(); else - throw std::runtime_error("Could not find config in HOME, XDG_CONFIG_HOME, XDG_CONFIG_DIRS or /etc/hypr."); + return ""; } // trim from both ends