fixes for exec-once and hyprerror
This commit is contained in:
parent
787c82212d
commit
c8c9a966b4
2 changed files with 3 additions and 2 deletions
|
|
@ -262,8 +262,8 @@ void CConfigManager::parseLine(std::string& line) {
|
|||
} else if (COMMAND == "exec-once") {
|
||||
if (isFirstLaunch) {
|
||||
handleRawExec(COMMAND, VALUE);
|
||||
return;
|
||||
}
|
||||
return;
|
||||
} else if (COMMAND == "monitor") {
|
||||
handleMonitor(COMMAND, VALUE);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue