Disable WM check

This commit is contained in:
Alex Kotov 2022-09-09 19:22:58 +04:00
parent 1a356b10c5
commit 21080d2cbb
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 3 additions and 1 deletions

View File

@ -78,5 +78,7 @@ unsafe extern "C" fn x_error_wm_check(
_display: *mut Display,
_x_error_event: *mut xlib::XErrorEvent,
) -> c_int {
panic!("another window manager is already running");
// FIXME:
// panic!("another window manager is already running");
0
}