diff --git a/event/hook/x11/hook_c.h b/event/hook/x11/hook_c.h index 5813cc2..4be4b60 100644 --- a/event/hook/x11/hook_c.h +++ b/event/hook/x11/hook_c.h @@ -1019,7 +1019,7 @@ static int xrecord_start() { } if (hook->input.connection != NULL) { - xcb_disconnect(hook->input.connection); + // xcb_disconnect(hook->input.connection); hook->input.connection = NULL; } #endif