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
Hello, should it be leaving a process open for each program launched? Until I close the program I get a lot of:
bash /usr/bin/sway-launcher-desktop run-desktop
In my px ux. One for each of my open GUI application that runs from the launcher.
I am using:
set $term termite
set $menu exec $term --class=launcher -e sway-launcher-desktop
I even tried kitty and got the same result. Any help would be great.
The text was updated successfully, but these errors were encountered:
Hm yeah I never noticed that. This is not deliberate, but I also don't know if it is bad.
Looks like it's just dangling there because it is not fully detached from the child process it started and basically just waits for it to finish at this line.
If I find a way to prevent this from happening, I will fix it. And I'll happily accept a PR for this as well!
Hello, should it be leaving a process open for each program launched? Until I close the program I get a lot of:
bash /usr/bin/sway-launcher-desktop run-desktop
In my px ux. One for each of my open GUI application that runs from the launcher.
I am using:
set $term termite
set $menu exec $term --class=launcher -e sway-launcher-desktop
I even tried kitty and got the same result. Any help would be great.
The text was updated successfully, but these errors were encountered: