This commit is contained in:
piotr
2024-07-16 01:28:11 +02:00
parent 01b1dcb85d
commit 0304c94e8f

View File

@@ -887,6 +887,7 @@ def h_get_activewindow():
def h_get_active_workspace():
reply = hyprctl("j/activeworkspace")
print(">>> reply:", reply)
try:
return json.loads(reply)
except Exception as e: