Added hyprctl keyword
This commit is contained in:
parent
b618fc1caa
commit
07080498fd
4 changed files with 68 additions and 27 deletions
|
|
@ -58,6 +58,8 @@ public:
|
|||
void performMonitorReload();
|
||||
bool m_bWantsMonitorReload = false;
|
||||
|
||||
std::string parseKeyword(const std::string&, const std::string&, bool dynamic = false);
|
||||
|
||||
private:
|
||||
std::unordered_map<std::string, SConfigValue> configValues;
|
||||
time_t lastModifyTime = 0; // for reloading the config if changed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue