You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
niri puts the child into a scope. Whatever happens next is up to the child, but it should generally remain in the scope. At least this works for me with fuzzel.
I've noticed that OOM killer would kill niri and it lead me to this PR #216
When I spawn terminal using the following binding
Mod+Return { spawn "alacritty"; }
it gets its own scope. This works as expected.But when I spawn using tofi launcher scope is not created and all the processes are the children of niri.
I've tried the following way of spawning
Thankfully niri has
niri msg action spawn
that works and now I useI have a suspicion that this might be a problem.
I thought that "bash -c" might cause the issue but when I spawn terminal using
Mod+Return { spawn "bash" "-c" "alacritty"; }
it creates a scope.System Information
The text was updated successfully, but these errors were encountered: