roundabout,
created on Monday, 11 August 2025, 12:46:03 (1754916363),
received on Friday, 15 August 2025, 03:56:06 (1755230166)
Author identity: Vlad <vlad.muntoiu@gmail.com>
cdc88871d25b19225113d9bd50ac0a63cb91b1dd
applets/wf-window-list/__init__.py
@@ -305,9 +305,6 @@ class WFWindowList(panorama_panel.Applet):
try:
message = self.wf_socket.read_next_event()
event = message.get("event")
# print(message)
# TODO: moving to another workspace with the view doesn't update the list
# until another view is focused
match event:
case "view-workspace-changed":
view = message.get("view", {})