Skip to content

Commit 8a4fab4

Browse files
author
Tony Crisci
authored
Merge pull request #92 from orestisf1993/sticky
Add sticky property
2 parents 341eb0d + 80b2aa3 commit 8a4fab4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

i3ipc/i3ipc.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -906,8 +906,9 @@ def __init__(self, data, parent, conn):
906906
# set simple properties
907907
ipc_properties = [
908908
'border', 'current_border_width', 'floating', 'focus', 'focused',
909-
'fullscreen_mode', 'id', 'layout', 'marks', 'name', 'orientation',
910-
'percent', 'type', 'urgent', 'window', 'num', 'scratchpad_state'
909+
'fullscreen_mode', 'id', 'layout', 'marks', 'name', 'num',
910+
'orientation', 'percent', 'scratchpad_state', 'sticky', 'type',
911+
'urgent', 'window'
911912
]
912913
for attr in ipc_properties:
913914
if attr in data:

0 commit comments

Comments
 (0)