mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 18:58:33 +02:00
i3-companion: also display window type on window info
This commit is contained in:
parent
9196497e6c
commit
3909defef4
1 changed files with 1 additions and 0 deletions
|
@ -237,6 +237,7 @@ async def window_info(i3, event):
|
|||
"class": w.window_class,
|
||||
"instance": w.window_instance,
|
||||
"role": w.window_role,
|
||||
"type": w.ipc_data['window_type'],
|
||||
"sticky": w.sticky,
|
||||
"floating": w.floating,
|
||||
"geometry": f"{r.width}×{r.height}+{r.x}+{r.y}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue