mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-26 19:31:16 +01: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());
|
||||
|
||||
if CUSTOM_FFM.load(Ordering::SeqCst) {
|
||||
|
||||
Reference in New Issue
Block a user