stepping it back
This commit is contained in:
@@ -85,6 +85,10 @@ class Swayipc:
|
||||
Output(name=o["name"], focused=o.get("focused", False), active=o.get("active", False))
|
||||
for o in data if o.get("active", False)
|
||||
]
|
||||
|
||||
def tree(self):
|
||||
self._send(4, "")
|
||||
return json.loads(self._read())
|
||||
|
||||
def workspaces(self):
|
||||
self._send(1, "")
|
||||
|
||||
Reference in New Issue
Block a user