borders are now gangsta

This commit is contained in:
vaxerski
2022-05-17 13:16:37 +02:00
parent 48b8ab3f65
commit cad71218c0
8 changed files with 129 additions and 139 deletions

View File

@@ -701,7 +701,7 @@ void CConfigManager::tick() {
const std::string CONFIGPATH = ENVHOME + (ISDEBUG ? (std::string) "/.config/hypr/hyprlandd.conf" : (std::string) "/.config/hypr/hyprland.conf");
if (!std::filesystem::exists(CONFIGPATH)) {
loadConfigLoadVars();
Debug::log(ERR, "Config doesn't exist??");
return;
}