Hyprland/src/config
scorpion-26 07e4ba9d80
Fix crash in CConfigManager::parseKeyword (#1983)
If debug:manual_crash is set on startup, parseKeyword tries
to call g_pHyprNotificationOverlay->addNotification, but
g_pHyprNotificationOverlay isn't initialized yet (is nullptr)

This commit adds a sanity check for that.
2023-04-07 20:15:11 +01:00
..
ConfigDataValues.hpp feat: border angle animations (#1469) 2023-02-01 21:06:01 +00:00
ConfigManager.cpp Fix crash in CConfigManager::parseKeyword (#1983) 2023-04-07 20:15:11 +01:00
ConfigManager.hpp debug: added manual_crash 2023-04-04 14:50:03 +01:00
defaultConfig.hpp config: make default config use hyphenated dev names 2023-03-18 01:06:03 +00:00