francma / wob

A lightweight overlay volume/backlight/progress/anything bar for Wayland.
ISC License
896 stars 49 forks source link

Delete the socket when sway starts #94

Closed kerneis-anssi closed 2 years ago

kerneis-anssi commented 2 years ago

mkfifo will fail if the socket exists already. As a result, wob will not run, the socket will clog up and all the processes writing to it will accumulate. Delete the socket before recreating it to ensure a clean state.

francma commented 2 years ago

Thanks :+1: