mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-12 16:12:44 +02:00
fix(wm): ensure all monitors are tiled on startup
This commit is contained in:
@@ -493,6 +493,8 @@ fn main() -> Result<()> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
wm.lock().retile_all(false)?;
|
||||||
|
|
||||||
listen_for_events(wm.clone());
|
listen_for_events(wm.clone());
|
||||||
|
|
||||||
if CUSTOM_FFM.load(Ordering::SeqCst) {
|
if CUSTOM_FFM.load(Ordering::SeqCst) {
|
||||||
|
|||||||
Reference in New Issue
Block a user