Skip to content

Commit 8d9ec80

Browse files
author
Tony Crisci
authored
Merge pull request #70 from gawen947/fix-floating
Fix floating nodes.
2 parents 10db5fb + 266e1f0 commit 8d9ec80

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)