added config-only to hyprctl reload

This commit is contained in:
vaxerski
2022-08-14 23:26:18 +02:00
parent d906617fb6
commit f0fe0c25d6
3 changed files with 16 additions and 4 deletions

View File

@@ -97,6 +97,7 @@ public:
void performMonitorReload();
bool m_bWantsMonitorReload = false;
bool m_bForceReload = false;
bool m_bNoMonitorReload = false;
void ensureDPMS();
std::string parseKeyword(const std::string&, const std::string&, bool dynamic = false);