mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-03 21:51:55 -07:00
fix exec as well on startup
This commit is contained in:
@@ -259,7 +259,11 @@ void CConfigManager::parseLine(std::string& line) {
|
||||
const auto VALUE = line.substr(EQUALSPLACE + 1);
|
||||
|
||||
if (COMMAND == "exec") {
|
||||
if (isFirstLaunch) {
|
||||
firstExecRequests.push_back(VALUE);
|
||||
} else {
|
||||
handleRawExec(COMMAND, VALUE);
|
||||
}
|
||||
return;
|
||||
} else if (COMMAND == "exec-once") {
|
||||
if (isFirstLaunch) {
|
||||
|
Reference in New Issue
Block a user