i3-companion: not all containers have a window ID

This commit is contained in:
Vincent Bernat 2021-07-07 22:03:39 +02:00
parent 14342c25b3
commit b368fb65c5

View file

@ -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 = {