Skip to content

Commit 31899c9

Browse files
author
Tony Crisci
committed
Merge pull request #26 from s-ol/master
Add 'scratchpad_state' to properties
2 parents 2ce60a0 + ddc0066 commit 31899c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

i3ipc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ def __init__(self, data, parent, conn):
396396
ipc_properties = ['border', 'current_border_width', 'focused',
397397
'fullscreen_mode', 'id', 'layout', 'mark', 'name',
398398
'orientation', 'percent', 'type', 'urgent', 'window',
399-
'num']
399+
'num', 'scratchpad_state']
400400
for attr in ipc_properties:
401401
if attr in data:
402402
setattr(self, attr, data[attr])

0 commit comments

Comments
 (0)