mirror of
https://github.com/hyprwm/Hyprland.git
synced 2026-03-30 19:13:17 +00:00
@ -890,6 +890,7 @@ uint64_t CKeybindManager::spawnRaw(std::string args) {
|
||||
}
|
||||
if (child == 0) {
|
||||
// run in child
|
||||
g_pCompositor->restoreNofile();
|
||||
|
||||
sigset_t set;
|
||||
sigemptyset(&set);
|
||||
|
||||
Reference in New Issue
Block a user