Skip to content

Commit

Permalink
Merge pull request #92 from orestisf1993/sticky
Browse files Browse the repository at this point in the history
Add sticky property
  • Loading branch information
Tony Crisci authored Sep 25, 2018
2 parents 341eb0d + 80b2aa3 commit 8a4fab4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions i3ipc/i3ipc.py
Original file line number Diff line number Diff line change
Expand Up @@ -906,8 +906,9 @@ def __init__(self, data, parent, conn):
# set simple properties
ipc_properties = [
'border', 'current_border_width', 'floating', 'focus', 'focused',
'fullscreen_mode', 'id', 'layout', 'marks', 'name', 'orientation',
'percent', 'type', 'urgent', 'window', 'num', 'scratchpad_state'
'fullscreen_mode', 'id', 'layout', 'marks', 'name', 'num',
'orientation', 'percent', 'scratchpad_state', 'sticky', 'type',
'urgent', 'window'
]
for attr in ipc_properties:
if attr in data:
Expand Down

0 comments on commit 8a4fab4

Please sign in to comment.