stepping it back

This commit is contained in:
2026-07-09 20:00:35 -05:00
parent 2743338c36
commit 53cdebdc1e
17 changed files with 229 additions and 305 deletions
+4
View File
@@ -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, "")