mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 11:48:33 +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:
|
if not window:
|
||||||
return
|
return
|
||||||
logger.info(f"window raw information: {window.ipc_data}")
|
logger.info(f"window raw information: {window.ipc_data}")
|
||||||
summary = f"Information about window {window.window}"
|
summary = "About focused container"
|
||||||
r = window.rect
|
r = window.rect
|
||||||
w = window
|
w = window
|
||||||
info = {
|
info = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue