From cf52a8289c12d695b69e9d7692acae7847a67677 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 3 Apr 2026 08:31:42 +0530 Subject: [PATCH] ... --- kitty/window.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kitty/window.py b/kitty/window.py index d8198e661..f53dac807 100644 --- a/kitty/window.py +++ b/kitty/window.py @@ -256,6 +256,7 @@ class WindowDict(TypedDict): cmdline: list[str] last_reported_cmdline: str last_cmd_exit_status: int + last_focused_at: float env: dict[str, str] foreground_processes: list[ProcessDesc] is_self: bool