Biont / sway-launcher-desktop

TUI Application launcher with Desktop Entry support. Made for SwayWM, but runs anywhere
GNU General Public License v3.0
606 stars 28 forks source link

Prevent dangling bash processes #54

Closed j0057 closed 2 years ago

j0057 commented 2 years ago

Fixes #48.

Biont commented 2 years ago

Thank you for tracking this down. The change makes sense. When I first wrote that, I was very focused on maintaining the user's terminal color scheme which apparently led me to run things through bash even if not strictly needed.

But everything (including the darned htop desktop entry that I was banging my head against back then) seems to be working and there are no more dangling processes.

Thanks! :heart: