mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 19:58:35 +02:00
i3-companion: not all containers have a window ID
This commit is contained in:
parent
14342c25b3
commit
b368fb65c5
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ async def window_info(i3, event):
|
|||
if not window:
|
||||
return
|
||||
logger.info(f"window raw information: {window.ipc_data}")
|
||||
summary = f"Information about window {window.window}"
|
||||
summary = "About focused container"
|
||||
r = window.rect
|
||||
w = window
|
||||
info = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue