odknt / bspwmbar

A lightweight status bar for bspwm.
ISC License
92 stars 11 forks source link

sleep mode exit fix #37

Closed alchster closed 4 years ago

alchster commented 4 years ago

The problem was that epoll_wait() returns -1 when the process is interrupted and so the main loop exited

fixes odknt/bspwmbar#36