diff --git a/komorebi/src/main.rs b/komorebi/src/main.rs index f60f2e4e..4311bc05 100644 --- a/komorebi/src/main.rs +++ b/komorebi/src/main.rs @@ -493,6 +493,8 @@ fn main() -> Result<()> { } } + wm.lock().retile_all(false)?; + listen_for_events(wm.clone()); if CUSTOM_FFM.load(Ordering::SeqCst) {