mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-01 04:31:57 -07:00
config: ignore invalid paths in configPaths
This commit is contained in:
@@ -1456,7 +1456,7 @@ void CConfigManager::tick() {
|
||||
int err = stat(cf.c_str(), &fileStat);
|
||||
if (err != 0) {
|
||||
Debug::log(WARN, "Error at ticking config at %s, error %i: %s", cf.c_str(), err, strerror(err));
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
// check if we need to reload cfg
|
||||
|
Reference in New Issue
Block a user