fix(wm): ensure all monitors are tiled on startup

This commit is contained in:
LGUG2Z
2023-01-22 08:47:03 -08:00
parent 86b4d239e7
commit 51f1aa7ede

View File

@@ -493,6 +493,8 @@ fn main() -> Result<()> {
}
}
wm.lock().retile_all(false)?;
listen_for_events(wm.clone());
if CUSTOM_FFM.load(Ordering::SeqCst) {