Skip to content

Commit 266e1f0

Browse files
committed
Fix floating nodes.
1 parent 10db5fb commit 266e1f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

i3ipc/i3ipc.py

+1
Original file line numberDiff line numberDiff line change
@@ -886,6 +886,7 @@ def __iter__(self):
886886
con = queue.popleft()
887887
yield con
888888
queue.extend(con.nodes)
889+
queue.extend(con.floating_nodes)
889890

890891
def root(self):
891892
"""

0 commit comments

Comments
 (0)