Disable WM check
This commit is contained in:
parent
1a356b10c5
commit
21080d2cbb
1 changed files with 3 additions and 1 deletions
|
@ -78,5 +78,7 @@ unsafe extern "C" fn x_error_wm_check(
|
||||||
_display: *mut Display,
|
_display: *mut Display,
|
||||||
_x_error_event: *mut xlib::XErrorEvent,
|
_x_error_event: *mut xlib::XErrorEvent,
|
||||||
) -> c_int {
|
) -> c_int {
|
||||||
panic!("another window manager is already running");
|
// FIXME:
|
||||||
|
// panic!("another window manager is already running");
|
||||||
|
0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue