mirror of
https://github.com/polybar/polybar.git
synced 2026-02-21 11:35:45 +00:00
Make exceptions in X event handlers non-fatal
This commit is contained in:
committed by
Patrick Ziegler
parent
d018adcf91
commit
9b7bfae33d
@ -180,7 +180,6 @@ void controller::conn_cb() {
|
||||
} catch (const exception& err) {
|
||||
// IDs for events are defined in xproto.h
|
||||
m_log.err("Error in X event loop while handling event %d: %s", evt->response_type, err.what());
|
||||
stop(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user