...
This commit is contained in:
parent
c1947765f3
commit
cf52a8289c
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue