Skip to content

Commit

Permalink
Merge pull request #26 from s-ol/master
Browse files Browse the repository at this point in the history
Add 'scratchpad_state' to properties
  • Loading branch information
Tony Crisci committed Mar 19, 2016
2 parents 2ce60a0 + ddc0066 commit 31899c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i3ipc.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ def __init__(self, data, parent, conn):
ipc_properties = ['border', 'current_border_width', 'focused',
'fullscreen_mode', 'id', 'layout', 'mark', 'name',
'orientation', 'percent', 'type', 'urgent', 'window',
'num']
'num', 'scratchpad_state']
for attr in ipc_properties:
if attr in data:
setattr(self, attr, data[attr])
Expand Down

0 comments on commit 31899c9

Please sign in to comment.