diff --git a/src/demon.rs b/src/demon.rs index 3d804f2..064a837 100644 --- a/src/demon.rs +++ b/src/demon.rs @@ -121,6 +121,7 @@ fn handle_window_event( } = *ev; match change { s::WindowChange::Focus => { + maybe_auto_tile(layout); update_last_focus_time(container.id, extra_props); println!("Handled window event type {:?}", change); true