ErikReider / SwayAudioIdleInhibit

GNU General Public License v3.0
160 stars 14 forks source link

Not closing when exiting sway #12

Closed Kagukara closed 1 year ago

Kagukara commented 1 year ago

When I exit sway, sway-audio-idle is still running when I check the processes. So when I launch sway again after exiting there will be two sway-audio-idle processes running. I have tried doing what this person did, here's the link but it didn't work. Is there a way to close sway-audio-idle when exiting sway?

ErikReider commented 1 year ago

This is not an issue caused by the project so I'll be closing this.

What I do is to run loginctl terminate-session self which kills all of the processes :)

Kagukara commented 1 year ago

Thank you for the quick response and for a way to close sway-audio-idle when exiting sway.