i3ipc-dynamic-tiling
i3ipc-dynamic-tiling copied to clipboard
ValueError: Container already exist!
I sometimes get errors like the following when changing workspaces in sway:
2021-07-17 17:18:41,481 INFO: Workspace::Focus::3
2021-07-17 17:18:41,481 DEBUG: Create container: main
Container already exist!
Traceback (most recent call last):
File "/home/jule/proj/archlinux/i3ipc-dynamic-tiling/i3ipc_dynamic_tiling.py", line 1249, in <module>
IPC.main()
File "/usr/lib/python3.9/site-packages/i3ipc/connection.py", line 514, in main
raise loop_exception
File "/usr/lib/python3.9/site-packages/i3ipc/connection.py", line 497, in main
while not self._event_socket_poll():
File "/usr/lib/python3.9/site-packages/i3ipc/connection.py", line 477, in _event_socket_poll
raise e
File "/usr/lib/python3.9/site-packages/i3ipc/connection.py", line 474, in _event_socket_poll
self._pubsub.emit(event_name, event)
File "/usr/lib/python3.9/site-packages/i3ipc/_private/pubsub.py", line 28, in emit
s['handler'](self.conn, data)
File "/home/jule/proj/archlinux/i3ipc-dynamic-tiling/i3ipc_dynamic_tiling.py", line 902, in on_workspace_focus
create_container(ipc, 'main', unmanaged[0])
File "/home/jule/proj/archlinux/i3ipc-dynamic-tiling/i3ipc_dynamic_tiling.py", line 242, in create_container
raise ValueError('Container already exist!')
ValueError: Container already exist!
Unfortunately, I have not found a way to reproduce this reliably. It just happens from time to time. From a quick look at the code, I cannot see anything obvious that's wrong there.
Here's a very short run that caused something similar to happen. I printed the workspace info in every call to get_workspace_info to see what is happening:
2021-07-18 21:59:48,984 DEBUG: + [con_id=15] opacity 1.0 => {'success': True}
2021-07-18 21:59:48,984 DEBUG: + [con_id=5] opacity 1.0 => {'success': True}
2021-07-18 21:59:48,984 DEBUG: + [con_id=10] opacity 1.0 => {'success': True}
2021-07-18 21:59:48,984 DEBUG: + [con_id=16] opacity 1.0 => {'success': True}
2021-07-18 21:59:48,984 DEBUG: + [con_id=19] opacity 1.0 => {'success': True}
2021-07-18 21:59:48,984 DEBUG: + [con_id=21] opacity 1.0 => {'success': True}
2021-07-18 21:59:52,732 INFO: Window::New
2021-07-18 21:59:52,735 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [16, 22, 19, 21], 'tiled': [16, 22, 19, 21], 'descendants': [<i3ipc.con.Con object at 0x7f699ca621f0>, <i3ipc.con.Con object at 0x7f699ca62250>, <i3ipc.con.Con object at 0x7f699ca62400>, <i3ipc.con.Con object at 0x7f699ca625b0>, <i3ipc.con.Con object at 0x7f699ca62760>], 'id': 9, 'focused': 22, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_2', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_2', 'fullscreen': 0, 'id': 18, 'focus': 22, 'layout': 'splitv', 'children': [16, 22, 19, 21]}}
2021-07-18 21:59:52,735 DEBUG: Create container: main
2021-07-18 21:59:52,736 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [16, 22, 19, 21], 'tiled': [16, 22, 19, 21], 'descendants': [<i3ipc.con.Con object at 0x7f699c95c3a0>, <i3ipc.con.Con object at 0x7f699c95c400>, <i3ipc.con.Con object at 0x7f699c95c5b0>, <i3ipc.con.Con object at 0x7f699c95c760>, <i3ipc.con.Con object at 0x7f699c95c910>], 'id': 9, 'focused': 22, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_2', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_2', 'fullscreen': 0, 'id': 18, 'focus': 22, 'layout': 'splitv', 'children': [16, 22, 19, 21]}}
2021-07-18 21:59:52,738 DEBUG: + [con_id=16] focus => {'success': True}
2021-07-18 21:59:52,738 DEBUG: + [con_id=16] unmark => {'success': True}
2021-07-18 21:59:52,738 DEBUG: + move left => {'success': True}
2021-07-18 21:59:52,738 DEBUG: + splitv => {'success': True}
2021-07-18 21:59:52,738 DEBUG: + resize set width 50 ppt => {'success': True}
2021-07-18 21:59:52,739 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [16, 22, 19, 21], 'tiled': [16, 22, 19, 21], 'descendants': [<i3ipc.con.Con object at 0x7f699c96b0d0>, <i3ipc.con.Con object at 0x7f699c96b430>, <i3ipc.con.Con object at 0x7f699c96b130>, <i3ipc.con.Con object at 0x7f699c96b490>, <i3ipc.con.Con object at 0x7f699c96b640>, <i3ipc.con.Con object at 0x7f699c96b7f0>], 'id': 9, 'focused': 16, 'fullscreen': 0, 'unmanaged': [16], 'glbl': {'mark': 'I3DT_GLBL_2', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_2', 'fullscreen': 0, 'id': 18, 'focus': 22, 'layout': 'splitv', 'children': [22, 19, 21]}}
2021-07-18 21:59:52,740 DEBUG: + [con_id=23] mark I3DT_MAIN_2 => {'success': True}
2021-07-18 21:59:52,740 DEBUG: Create container: scnd
2021-07-18 21:59:52,741 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [16, 22, 19, 21], 'tiled': [16, 22, 19, 21], 'descendants': [<i3ipc.con.Con object at 0x7f699c96ef70>, <i3ipc.con.Con object at 0x7f699c97b310>, <i3ipc.con.Con object at 0x7f699c96efd0>, <i3ipc.con.Con object at 0x7f699c97b370>, <i3ipc.con.Con object at 0x7f699c97b520>, <i3ipc.con.Con object at 0x7f699c97b6d0>], 'id': 9, 'focused': 16, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_2', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_2', 'fullscreen': 0, 'id': 23, 'focus': 16, 'layout': 'splitv', 'children': [16]}, 'scnd': {'mark': 'I3DT_SCND_2', 'fullscreen': 0, 'id': 18, 'focus': 22, 'layout': 'splitv', 'children': [22, 19, 21]}}
Container already exist!
Traceback (most recent call last):
File "/home/jule/proj/archlinux/i3ipc-dynamic-tiling/i3ipc_dynamic_tiling.py", line 1251, in <module>
IPC.main()
File "/usr/lib/python3.9/site-packages/i3ipc/connection.py", line 514, in main
raise loop_exception
File "/usr/lib/python3.9/site-packages/i3ipc/connection.py", line 497, in main
while not self._event_socket_poll():
File "/usr/lib/python3.9/site-packages/i3ipc/connection.py", line 477, in _event_socket_poll
raise e
File "/usr/lib/python3.9/site-packages/i3ipc/connection.py", line 474, in _event_socket_poll
self._pubsub.emit(event_name, event)
File "/usr/lib/python3.9/site-packages/i3ipc/_private/pubsub.py", line 28, in emit
s['handler'](self.conn, data)
File "/home/jule/proj/archlinux/i3ipc-dynamic-tiling/i3ipc_dynamic_tiling.py", line 940, in on_window_new
create_container(ipc, 'scnd', info['tiled'][1])
File "/home/jule/proj/archlinux/i3ipc-dynamic-tiling/i3ipc_dynamic_tiling.py", line 244, in create_container
raise ValueError('Container already exist!')
ValueError: Container already exist!
This is probably different. Here main does not exist but scnd does.
Here is a much longer run that might show the original problem:
```
2021-07-18 21:39:27,969 INFO: Window::New
2021-07-18 21:39:27,969 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5], 'tiled': [5], 'descendants': [], 'id': 4, 'focused': 5, 'fullscreen': 0, 'unmanaged': [5], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:39:27,970 INFO: Window::Focus
2021-07-18 21:39:27,970 INFO: Window::Focus
2021-07-18 21:39:27,970 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5], 'tiled': [5], 'descendants': [], 'id': 4, 'focused': 5, 'fullscreen': 0, 'unmanaged': [5], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:39:27,970 DEBUG: + [con_id=5] opacity 1.0 => {'success': True}
2021-07-18 21:39:30,848 INFO: Window::Focus
2021-07-18 21:39:30,855 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5], 'tiled': [5], 'descendants': [], 'id': 4, 'focused': 5, 'fullscreen': 0, 'unmanaged': [5], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:39:30,856 DEBUG: + [con_id=5] opacity 1.0 => {'success': True}
2021-07-18 21:39:30,884 INFO: Window::New
2021-07-18 21:39:30,885 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5], 'tiled': [5], 'descendants': [, ], 'id': 4, 'focused': 6, 'fullscreen': 0, 'unmanaged': [5], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:39:30,885 INFO: Window::Floating
2021-07-18 21:39:30,886 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5], 'tiled': [5], 'descendants': [, ], 'id': 4, 'focused': 6, 'fullscreen': 0, 'unmanaged': [5], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:39:30,886 INFO: Window::Focus
2021-07-18 21:39:30,886 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5], 'tiled': [5], 'descendants': [, ], 'id': 4, 'focused': 6, 'fullscreen': 0, 'unmanaged': [5], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:39:30,886 DEBUG: + [con_id=6] opacity 1.0 => {'success': True}
2021-07-18 21:39:30,886 INFO: Window::Focus
2021-07-18 21:39:30,887 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5], 'tiled': [5], 'descendants': [, ], 'id': 4, 'focused': 6, 'fullscreen': 0, 'unmanaged': [5], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:39:30,887 DEBUG: + [con_id=6] opacity 1.0 => {'success': True}
2021-07-18 21:39:32,515 INFO: Window::Focus
2021-07-18 21:39:32,519 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5], 'tiled': [5], 'descendants': [, ], 'id': 4, 'focused': 6, 'fullscreen': 0, 'unmanaged': [5], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:39:32,519 DEBUG: + [con_id=6] opacity 1.0 => {'success': True}
2021-07-18 21:39:41,210 INFO: Window::New
2021-07-18 21:39:41,211 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5], 'tiled': [5], 'descendants': [, , ], 'id': 4, 'focused': 7, 'fullscreen': 0, 'unmanaged': [5], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:39:41,211 INFO: Window::Floating
2021-07-18 21:39:41,211 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5], 'tiled': [5], 'descendants': [, , ], 'id': 4, 'focused': 7, 'fullscreen': 0, 'unmanaged': [5], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:39:41,211 INFO: Window::Focus
2021-07-18 21:39:41,212 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5], 'tiled': [5], 'descendants': [, , ], 'id': 4, 'focused': 7, 'fullscreen': 0, 'unmanaged': [5], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:39:41,212 DEBUG: + [con_id=7] opacity 1.0 => {'success': True}
2021-07-18 21:39:41,212 INFO: Window::Focus
2021-07-18 21:39:41,212 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5], 'tiled': [5], 'descendants': [, , ], 'id': 4, 'focused': 7, 'fullscreen': 0, 'unmanaged': [5], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:39:41,212 DEBUG: + [con_id=7] opacity 1.0 => {'success': True}
2021-07-18 21:39:59,390 INFO: Window::Close
2021-07-18 21:39:59,391 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5], 'tiled': [5], 'descendants': [, ], 'id': 4, 'focused': 6, 'fullscreen': 0, 'unmanaged': [5], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:39:59,391 INFO: Window::Focus
2021-07-18 21:39:59,391 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5], 'tiled': [5], 'descendants': [, ], 'id': 4, 'focused': 6, 'fullscreen': 0, 'unmanaged': [5], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:39:59,391 DEBUG: + [con_id=6] opacity 1.0 => {'success': True}
2021-07-18 21:39:59,391 INFO: Window::Focus
2021-07-18 21:39:59,392 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5], 'tiled': [5], 'descendants': [, ], 'id': 4, 'focused': 6, 'fullscreen': 0, 'unmanaged': [5], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:39:59,392 DEBUG: + [con_id=6] opacity 1.0 => {'success': True}
2021-07-18 21:40:23,893 INFO: Window::Focus
2021-07-18 21:40:23,894 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5], 'tiled': [5], 'descendants': [, ], 'id': 4, 'focused': 5, 'fullscreen': 0, 'unmanaged': [5], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:40:23,894 DEBUG: + [con_id=5] opacity 1.0 => {'success': True}
2021-07-18 21:40:49,230 INFO: Window::Focus
2021-07-18 21:40:49,231 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5], 'tiled': [5], 'descendants': [, ], 'id': 4, 'focused': 6, 'fullscreen': 0, 'unmanaged': [5], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:40:49,231 DEBUG: + [con_id=6] opacity 1.0 => {'success': True}
2021-07-18 21:40:50,310 INFO: Window::Focus
2021-07-18 21:40:50,311 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5], 'tiled': [5], 'descendants': [, ], 'id': 4, 'focused': 5, 'fullscreen': 0, 'unmanaged': [5], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:40:50,312 DEBUG: + [con_id=5] opacity 1.0 => {'success': True}
2021-07-18 21:42:17,168 INFO: Window::New
2021-07-18 21:42:17,168 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5], 'tiled': [5], 'descendants': [], 'id': 4, 'focused': 5, 'fullscreen': 0, 'unmanaged': [5], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:42:17,168 INFO: Window::Focus
2021-07-18 21:42:17,168 INFO: Window::Focus
2021-07-18 21:42:17,169 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5], 'tiled': [5], 'descendants': [], 'id': 4, 'focused': 5, 'fullscreen': 0, 'unmanaged': [5], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:42:17,169 DEBUG: + [con_id=5] opacity 1.0 => {'success': True}
2021-07-18 21:42:22,169 INFO: Window::Focus
2021-07-18 21:42:22,176 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5], 'tiled': [5], 'descendants': [], 'id': 4, 'focused': 5, 'fullscreen': 0, 'unmanaged': [5], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:42:22,176 DEBUG: + [con_id=5] opacity 1.0 => {'success': True}
2021-07-18 21:42:22,507 INFO: Window::New
2021-07-18 21:42:22,508 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 6], 'tiled': [5, 6], 'descendants': [, ], 'id': 4, 'focused': 6, 'fullscreen': 0, 'unmanaged': [5, 6], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:42:22,508 DEBUG: Create container: main
2021-07-18 21:42:22,509 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 6], 'tiled': [5, 6], 'descendants': [, ], 'id': 4, 'focused': 6, 'fullscreen': 0, 'unmanaged': [5, 6], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:42:22,509 DEBUG: + [con_id=5] focus => {'success': True}
2021-07-18 21:42:22,509 DEBUG: + [con_id=5] unmark => {'success': True}
2021-07-18 21:42:22,509 DEBUG: + [con_id=5] splitv => {'success': True}
2021-07-18 21:42:22,510 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [6, 5], 'tiled': [6, 5], 'descendants': [, , ], 'id': 4, 'focused': 5, 'fullscreen': 0, 'unmanaged': [6, 5], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:42:22,510 DEBUG: + [con_id=7] mark I3DT_MAIN_1 => {'success': True}
2021-07-18 21:42:22,510 DEBUG: Create container: scnd
2021-07-18 21:42:22,511 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [6, 5], 'tiled': [6, 5], 'descendants': [, , ], 'id': 4, 'focused': 5, 'fullscreen': 0, 'unmanaged': [6], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:42:22,511 DEBUG: + [con_id=6] focus => {'success': True}
2021-07-18 21:42:22,511 DEBUG: + [con_id=6] unmark => {'success': True}
2021-07-18 21:42:22,511 DEBUG: + [con_id=6] splitv => {'success': True}
2021-07-18 21:42:22,511 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 6], 'tiled': [5, 6], 'descendants': [, , , ], 'id': 4, 'focused': 6, 'fullscreen': 0, 'unmanaged': [6], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:42:22,512 DEBUG: + [con_id=8] mark I3DT_SCND_1 => {'success': True}
2021-07-18 21:42:22,512 INFO: Window::Focus
2021-07-18 21:42:22,513 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 6], 'tiled': [5, 6], 'descendants': [, , , ], 'id': 4, 'focused': 6, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': 8, 'focus': 6, 'layout': 'splitv', 'children': [6]}}
2021-07-18 21:42:22,513 INFO: Window::Opacity
2021-07-18 21:42:22,513 DEBUG: + [con_id=5] opacity 1.0 => {'success': True}
2021-07-18 21:42:22,513 DEBUG: + [con_id=6] opacity 1.0 => {'success': True}
2021-07-18 21:42:22,513 INFO: Window::Focus
2021-07-18 21:42:22,513 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 6], 'tiled': [5, 6], 'descendants': [, , , ], 'id': 4, 'focused': 6, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': 8, 'focus': 6, 'layout': 'splitv', 'children': [6]}}
2021-07-18 21:42:22,513 INFO: Window::Opacity
2021-07-18 21:42:22,514 DEBUG: + [con_id=6] opacity 1.0 => {'success': True}
2021-07-18 21:42:22,514 DEBUG: + [con_id=6] opacity 1.0 => {'success': True}
2021-07-18 21:42:22,514 INFO: Window::Focus
2021-07-18 21:42:22,514 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 6], 'tiled': [5, 6], 'descendants': [, , , ], 'id': 4, 'focused': 6, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': 8, 'focus': 6, 'layout': 'splitv', 'children': [6]}}
2021-07-18 21:42:22,514 INFO: Window::Opacity
2021-07-18 21:42:22,514 DEBUG: + [con_id=6] opacity 1.0 => {'success': True}
2021-07-18 21:42:22,514 DEBUG: + [con_id=5] opacity 1.0 => {'success': True}
2021-07-18 21:42:22,514 INFO: Window::Focus
2021-07-18 21:42:22,515 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 6], 'tiled': [5, 6], 'descendants': [, , , ], 'id': 4, 'focused': 6, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': 8, 'focus': 6, 'layout': 'splitv', 'children': [6]}}
2021-07-18 21:42:22,515 INFO: Window::Opacity
2021-07-18 21:42:22,515 DEBUG: + [con_id=5] opacity 1.0 => {'success': True}
2021-07-18 21:42:22,515 DEBUG: + [con_id=6] opacity 1.0 => {'success': True}
2021-07-18 21:42:24,013 INFO: Window:move
2021-07-18 21:42:24,014 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5], 'tiled': [5], 'descendants': [, ], 'id': 4, 'focused': 5, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:42:24,014 INFO: Window::Focus
2021-07-18 21:42:24,015 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5], 'tiled': [5], 'descendants': [, ], 'id': 4, 'focused': 5, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:42:24,016 DEBUG: + [con_id=5] opacity 1.0 => {'success': True}
2021-07-18 21:42:24,247 INFO: Workspace::Focus::2
2021-07-18 21:42:24,247 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [6], 'tiled': [6], 'descendants': [], 'id': 9, 'focused': 6, 'fullscreen': 0, 'unmanaged': [6], 'glbl': {'mark': 'I3DT_GLBL_2', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:42:24,247 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [6], 'tiled': [6], 'descendants': [], 'id': 9, 'focused': 6, 'fullscreen': 0, 'unmanaged': [6], 'glbl': {'mark': 'I3DT_GLBL_2', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:42:24,248 INFO: Window::Focus
2021-07-18 21:42:24,248 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [6], 'tiled': [6], 'descendants': [], 'id': 9, 'focused': 6, 'fullscreen': 0, 'unmanaged': [6], 'glbl': {'mark': 'I3DT_GLBL_2', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:42:24,248 DEBUG: + [con_id=6] opacity 1.0 => {'success': True}
2021-07-18 21:42:38,677 INFO: Workspace::Focus::1
2021-07-18 21:42:38,677 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5], 'tiled': [5], 'descendants': [, ], 'id': 4, 'focused': 5, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:42:38,677 INFO: Window::Focus
2021-07-18 21:42:38,679 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5], 'tiled': [5], 'descendants': [, ], 'id': 4, 'focused': 5, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:42:38,679 DEBUG: + [con_id=5] opacity 1.0 => {'success': True}
2021-07-18 21:42:42,232 INFO: Workspace::Focus::2
2021-07-18 21:42:42,232 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [6], 'tiled': [6], 'descendants': [], 'id': 9, 'focused': 6, 'fullscreen': 0, 'unmanaged': [6], 'glbl': {'mark': 'I3DT_GLBL_2', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:42:42,233 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [6], 'tiled': [6], 'descendants': [], 'id': 9, 'focused': 6, 'fullscreen': 0, 'unmanaged': [6], 'glbl': {'mark': 'I3DT_GLBL_2', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:42:42,234 INFO: Window::Focus
2021-07-18 21:42:42,234 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [6], 'tiled': [6], 'descendants': [], 'id': 9, 'focused': 6, 'fullscreen': 0, 'unmanaged': [6], 'glbl': {'mark': 'I3DT_GLBL_2', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:42:42,234 DEBUG: + [con_id=6] opacity 1.0 => {'success': True}
2021-07-18 21:42:44,071 INFO: Workspace::Focus::1
2021-07-18 21:42:44,071 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5], 'tiled': [5], 'descendants': [, ], 'id': 4, 'focused': 5, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:42:44,071 INFO: Window::Focus
2021-07-18 21:42:44,073 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5], 'tiled': [5], 'descendants': [, ], 'id': 4, 'focused': 5, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:42:44,073 DEBUG: + [con_id=5] opacity 1.0 => {'success': True}
2021-07-18 21:42:47,389 INFO: Window::New
2021-07-18 21:42:47,390 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 10], 'tiled': [5, 10], 'descendants': [, , ], 'id': 4, 'focused': 10, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 10, 'layout': 'splitv', 'children': [5, 10]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:42:47,390 DEBUG: Create container: scnd
2021-07-18 21:42:47,390 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 10], 'tiled': [5, 10], 'descendants': [, , ], 'id': 4, 'focused': 10, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 10, 'layout': 'splitv', 'children': [5, 10]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:42:47,391 DEBUG: + [con_id=10] unmark => {'success': True}
2021-07-18 21:42:47,391 DEBUG: + move right => {'success': True}
2021-07-18 21:42:47,391 DEBUG: + splitv => {'success': True}
2021-07-18 21:42:47,391 DEBUG: + resize set width 50 ppt => {'success': True}
2021-07-18 21:42:47,392 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 10], 'tiled': [5, 10], 'descendants': [, , , ], 'id': 4, 'focused': 10, 'fullscreen': 0, 'unmanaged': [10], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:42:47,392 DEBUG: + [con_id=11] mark I3DT_SCND_1 => {'success': True}
2021-07-18 21:42:47,392 INFO: Window::Focus
2021-07-18 21:42:47,393 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 10], 'tiled': [5, 10], 'descendants': [, , , ], 'id': 4, 'focused': 10, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': 11, 'focus': 10, 'layout': 'splitv', 'children': [10]}}
2021-07-18 21:42:47,393 INFO: Window::Opacity
2021-07-18 21:42:47,393 DEBUG: + [con_id=5] opacity 1.0 => {'success': True}
2021-07-18 21:42:47,393 DEBUG: + [con_id=10] opacity 1.0 => {'success': True}
2021-07-18 21:42:47,393 INFO: Window::Focus
2021-07-18 21:42:47,394 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 10], 'tiled': [5, 10], 'descendants': [, , , ], 'id': 4, 'focused': 10, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': 11, 'focus': 10, 'layout': 'splitv', 'children': [10]}}
2021-07-18 21:42:47,394 INFO: Window::Opacity
2021-07-18 21:42:47,394 DEBUG: + [con_id=10] opacity 1.0 => {'success': True}
2021-07-18 21:42:47,394 DEBUG: + [con_id=10] opacity 1.0 => {'success': True}
2021-07-18 21:42:47,394 INFO: Window:move
2021-07-18 21:42:47,394 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 10], 'tiled': [5, 10], 'descendants': [, , , ], 'id': 4, 'focused': 10, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': 11, 'focus': 10, 'layout': 'splitv', 'children': [10]}}
2021-07-18 21:42:47,394 INFO: Window::Focus
2021-07-18 21:42:47,395 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 10], 'tiled': [5, 10], 'descendants': [, , , ], 'id': 4, 'focused': 10, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': 11, 'focus': 10, 'layout': 'splitv', 'children': [10]}}
2021-07-18 21:42:47,395 INFO: Window::Opacity
2021-07-18 21:42:47,395 DEBUG: + [con_id=10] opacity 1.0 => {'success': True}
2021-07-18 21:42:47,395 DEBUG: + [con_id=10] opacity 1.0 => {'success': True}
2021-07-18 21:43:08,651 INFO: Window::Focus::Prev
2021-07-18 21:43:08,653 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 10], 'tiled': [5, 10], 'descendants': [, , , ], 'id': 4, 'focused': 10, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': 11, 'focus': 10, 'layout': 'splitv', 'children': [10]}}
2021-07-18 21:43:08,654 DEBUG: + [con_id=5] focus => {'success': True}
2021-07-18 21:43:08,654 INFO: Window::Focus
2021-07-18 21:43:08,656 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 10], 'tiled': [5, 10], 'descendants': [, , , ], 'id': 4, 'focused': 5, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': 11, 'focus': 10, 'layout': 'splitv', 'children': [10]}}
2021-07-18 21:43:08,656 INFO: Window::Opacity
2021-07-18 21:43:08,656 DEBUG: + [con_id=10] opacity 1.0 => {'success': True}
2021-07-18 21:43:08,656 DEBUG: + [con_id=5] opacity 1.0 => {'success': True}
2021-07-18 21:43:09,069 INFO: Window::Focus::Prev
2021-07-18 21:43:09,071 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 10], 'tiled': [5, 10], 'descendants': [, , , ], 'id': 4, 'focused': 5, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': 11, 'focus': 10, 'layout': 'splitv', 'children': [10]}}
2021-07-18 21:43:09,072 DEBUG: + [con_id=10] focus => {'success': True}
2021-07-18 21:43:09,072 INFO: Window::Focus
2021-07-18 21:43:09,074 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 10], 'tiled': [5, 10], 'descendants': [, , , ], 'id': 4, 'focused': 10, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': 11, 'focus': 10, 'layout': 'splitv', 'children': [10]}}
2021-07-18 21:43:09,074 INFO: Window::Opacity
2021-07-18 21:43:09,074 DEBUG: + [con_id=5] opacity 1.0 => {'success': True}
2021-07-18 21:43:09,074 DEBUG: + [con_id=10] opacity 1.0 => {'success': True}
2021-07-18 21:43:09,973 INFO: Window::New
2021-07-18 21:43:09,974 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 10, 12], 'tiled': [5, 10, 12], 'descendants': [, , , , ], 'id': 4, 'focused': 12, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': 11, 'focus': 12, 'layout': 'splitv', 'children': [10, 12]}}
2021-07-18 21:43:09,974 INFO: Window::Focus
2021-07-18 21:43:09,975 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 10, 12], 'tiled': [5, 10, 12], 'descendants': [, , , , ], 'id': 4, 'focused': 12, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': 11, 'focus': 12, 'layout': 'splitv', 'children': [10, 12]}}
2021-07-18 21:43:09,975 INFO: Window::Opacity
2021-07-18 21:43:09,975 DEBUG: + [con_id=10] opacity 1.0 => {'success': True}
2021-07-18 21:43:09,975 DEBUG: + [con_id=12] opacity 1.0 => {'success': True}
2021-07-18 21:43:09,976 INFO: Window::Focus
2021-07-18 21:43:09,977 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 10, 12], 'tiled': [5, 10, 12], 'descendants': [, , , , ], 'id': 4, 'focused': 12, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': 11, 'focus': 12, 'layout': 'splitv', 'children': [10, 12]}}
2021-07-18 21:43:09,977 INFO: Window::Opacity
2021-07-18 21:43:09,978 DEBUG: + [con_id=12] opacity 1.0 => {'success': True}
2021-07-18 21:43:09,978 DEBUG: + [con_id=12] opacity 1.0 => {'success': True}
2021-07-18 21:43:12,598 INFO: Window::Close
2021-07-18 21:43:12,598 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 10], 'tiled': [5, 10], 'descendants': [, , , ], 'id': 4, 'focused': 10, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': 11, 'focus': 10, 'layout': 'splitv', 'children': [10]}}
2021-07-18 21:43:12,598 INFO: Window::Focus
2021-07-18 21:43:12,599 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 10], 'tiled': [5, 10], 'descendants': [, , , ], 'id': 4, 'focused': 10, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': 11, 'focus': 10, 'layout': 'splitv', 'children': [10]}}
2021-07-18 21:43:12,599 DEBUG: + [con_id=10] opacity 1.0 => {'success': True}
2021-07-18 21:43:12,599 INFO: Window::Focus
2021-07-18 21:43:12,600 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 10], 'tiled': [5, 10], 'descendants': [, , , ], 'id': 4, 'focused': 10, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': 11, 'focus': 10, 'layout': 'splitv', 'children': [10]}}
2021-07-18 21:43:12,600 INFO: Window::Opacity
2021-07-18 21:43:12,600 DEBUG: + [con_id=10] opacity 1.0 => {'success': True}
2021-07-18 21:43:12,600 DEBUG: + [con_id=10] opacity 1.0 => {'success': True}
2021-07-18 21:43:37,785 INFO: Window::Focus::Prev
2021-07-18 21:43:37,786 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 10], 'tiled': [5, 10], 'descendants': [, , , ], 'id': 4, 'focused': 10, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': 11, 'focus': 10, 'layout': 'splitv', 'children': [10]}}
2021-07-18 21:43:37,788 DEBUG: + [con_id=5] focus => {'success': True}
2021-07-18 21:43:37,789 INFO: Window::Focus
2021-07-18 21:43:37,790 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 10], 'tiled': [5, 10], 'descendants': [, , , ], 'id': 4, 'focused': 5, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': 11, 'focus': 10, 'layout': 'splitv', 'children': [10]}}
2021-07-18 21:43:37,790 INFO: Window::Opacity
2021-07-18 21:43:37,791 DEBUG: + [con_id=10] opacity 1.0 => {'success': True}
2021-07-18 21:43:37,791 DEBUG: + [con_id=5] opacity 1.0 => {'success': True}
2021-07-18 21:43:54,143 INFO: Workspace::Focus::2
2021-07-18 21:43:54,143 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [6], 'tiled': [6], 'descendants': [], 'id': 9, 'focused': 6, 'fullscreen': 0, 'unmanaged': [6], 'glbl': {'mark': 'I3DT_GLBL_2', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:43:54,145 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [6], 'tiled': [6], 'descendants': [], 'id': 9, 'focused': 6, 'fullscreen': 0, 'unmanaged': [6], 'glbl': {'mark': 'I3DT_GLBL_2', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:43:54,146 INFO: Window::Focus
2021-07-18 21:43:54,146 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [6], 'tiled': [6], 'descendants': [], 'id': 9, 'focused': 6, 'fullscreen': 0, 'unmanaged': [6], 'glbl': {'mark': 'I3DT_GLBL_2', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:43:54,146 DEBUG: + [con_id=6] opacity 1.0 => {'success': True}
2021-07-18 21:44:06,881 INFO: Workspace::Focus::1
2021-07-18 21:44:06,881 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 10], 'tiled': [5, 10], 'descendants': [, , , ], 'id': 4, 'focused': 5, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': 11, 'focus': 10, 'layout': 'splitv', 'children': [10]}}
2021-07-18 21:44:06,882 INFO: Window::Focus
2021-07-18 21:44:06,883 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 10], 'tiled': [5, 10], 'descendants': [, , , ], 'id': 4, 'focused': 5, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': 11, 'focus': 10, 'layout': 'splitv', 'children': [10]}}
2021-07-18 21:44:06,884 DEBUG: + [con_id=5] opacity 1.0 => {'success': True}
2021-07-18 21:45:36,993 INFO: Workspace::Focus::2
2021-07-18 21:45:36,993 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [6], 'tiled': [6], 'descendants': [], 'id': 9, 'focused': 6, 'fullscreen': 0, 'unmanaged': [6], 'glbl': {'mark': 'I3DT_GLBL_2', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:45:36,995 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [6], 'tiled': [6], 'descendants': [], 'id': 9, 'focused': 6, 'fullscreen': 0, 'unmanaged': [6], 'glbl': {'mark': 'I3DT_GLBL_2', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:45:36,996 INFO: Window::Focus
2021-07-18 21:45:36,998 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [6], 'tiled': [6], 'descendants': [], 'id': 9, 'focused': 6, 'fullscreen': 0, 'unmanaged': [6], 'glbl': {'mark': 'I3DT_GLBL_2', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:45:36,998 DEBUG: + [con_id=6] opacity 1.0 => {'success': True}
2021-07-18 21:45:39,656 INFO: Workspace::Focus::1
2021-07-18 21:45:39,656 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 10], 'tiled': [5, 10], 'descendants': [, , , ], 'id': 4, 'focused': 5, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': 11, 'focus': 10, 'layout': 'splitv', 'children': [10]}}
2021-07-18 21:45:39,656 INFO: Window::Focus
2021-07-18 21:45:39,659 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 10], 'tiled': [5, 10], 'descendants': [, , , ], 'id': 4, 'focused': 5, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': 11, 'focus': 10, 'layout': 'splitv', 'children': [10]}}
2021-07-18 21:45:39,659 DEBUG: + [con_id=5] opacity 1.0 => {'success': True}
2021-07-18 21:45:59,807 INFO: Workspace::Focus::2
2021-07-18 21:45:59,808 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [6], 'tiled': [6], 'descendants': [], 'id': 9, 'focused': 6, 'fullscreen': 0, 'unmanaged': [6], 'glbl': {'mark': 'I3DT_GLBL_2', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:45:59,810 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [6], 'tiled': [6], 'descendants': [], 'id': 9, 'focused': 6, 'fullscreen': 0, 'unmanaged': [6], 'glbl': {'mark': 'I3DT_GLBL_2', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:45:59,810 INFO: Window::Focus
2021-07-18 21:45:59,812 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [6], 'tiled': [6], 'descendants': [], 'id': 9, 'focused': 6, 'fullscreen': 0, 'unmanaged': [6], 'glbl': {'mark': 'I3DT_GLBL_2', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:45:59,812 DEBUG: + [con_id=6] opacity 1.0 => {'success': True}
2021-07-18 21:46:05,821 INFO: Workspace::Focus::1
2021-07-18 21:46:05,821 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 10], 'tiled': [5, 10], 'descendants': [, , , ], 'id': 4, 'focused': 5, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': 11, 'focus': 10, 'layout': 'splitv', 'children': [10]}}
2021-07-18 21:46:05,821 INFO: Window::Focus
2021-07-18 21:46:05,823 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 10], 'tiled': [5, 10], 'descendants': [, , , ], 'id': 4, 'focused': 5, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': 11, 'focus': 10, 'layout': 'splitv', 'children': [10]}}
2021-07-18 21:46:05,823 DEBUG: + [con_id=5] opacity 1.0 => {'success': True}
2021-07-18 21:46:06,866 INFO: Workspace::Focus::3
2021-07-18 21:46:06,866 INFO: workspace info={'mode': 'tiled', 'name': '3', 'layout': 'splith', 'children': [], 'tiled': [], 'descendants': [], 'id': 13, 'focused': None, 'fullscreen': False, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_3', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_3', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_3', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:46:07,561 INFO: Workspace::Focus::2
2021-07-18 21:46:07,562 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [6], 'tiled': [6], 'descendants': [], 'id': 9, 'focused': 6, 'fullscreen': 0, 'unmanaged': [6], 'glbl': {'mark': 'I3DT_GLBL_2', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:46:07,564 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [6], 'tiled': [6], 'descendants': [], 'id': 9, 'focused': 6, 'fullscreen': 0, 'unmanaged': [6], 'glbl': {'mark': 'I3DT_GLBL_2', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:46:07,564 INFO: Window::Focus
2021-07-18 21:46:07,565 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [6], 'tiled': [6], 'descendants': [], 'id': 9, 'focused': 6, 'fullscreen': 0, 'unmanaged': [6], 'glbl': {'mark': 'I3DT_GLBL_2', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:46:07,566 DEBUG: + [con_id=6] opacity 1.0 => {'success': True}
2021-07-18 21:46:40,910 INFO: Workspace::Focus::1
2021-07-18 21:46:40,910 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 10], 'tiled': [5, 10], 'descendants': [, , , ], 'id': 4, 'focused': 5, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': 11, 'focus': 10, 'layout': 'splitv', 'children': [10]}}
2021-07-18 21:46:40,910 INFO: Window::Focus
2021-07-18 21:46:40,912 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 10], 'tiled': [5, 10], 'descendants': [, , , ], 'id': 4, 'focused': 5, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': 11, 'focus': 10, 'layout': 'splitv', 'children': [10]}}
2021-07-18 21:46:40,913 DEBUG: + [con_id=5] opacity 1.0 => {'success': True}
2021-07-18 21:46:42,694 INFO: Workspace::Focus::2
2021-07-18 21:46:42,694 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [6], 'tiled': [6], 'descendants': [], 'id': 9, 'focused': 6, 'fullscreen': 0, 'unmanaged': [6], 'glbl': {'mark': 'I3DT_GLBL_2', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:46:42,696 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [6], 'tiled': [6], 'descendants': [], 'id': 9, 'focused': 6, 'fullscreen': 0, 'unmanaged': [6], 'glbl': {'mark': 'I3DT_GLBL_2', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:46:42,696 INFO: Window::Focus
2021-07-18 21:46:42,697 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [6], 'tiled': [6], 'descendants': [], 'id': 9, 'focused': 6, 'fullscreen': 0, 'unmanaged': [6], 'glbl': {'mark': 'I3DT_GLBL_2', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:46:42,697 DEBUG: + [con_id=6] opacity 1.0 => {'success': True}
2021-07-18 21:47:37,871 INFO: Workspace::Focus::1
2021-07-18 21:47:37,872 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 10], 'tiled': [5, 10], 'descendants': [, , , ], 'id': 4, 'focused': 5, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': 11, 'focus': 10, 'layout': 'splitv', 'children': [10]}}
2021-07-18 21:47:37,872 INFO: Window::Focus
2021-07-18 21:47:37,873 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 10], 'tiled': [5, 10], 'descendants': [, , , ], 'id': 4, 'focused': 5, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': 11, 'focus': 10, 'layout': 'splitv', 'children': [10]}}
2021-07-18 21:47:37,873 DEBUG: + [con_id=5] opacity 1.0 => {'success': True}
2021-07-18 21:47:50,681 INFO: Workspace::Focus::2
2021-07-18 21:47:50,682 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [6], 'tiled': [6], 'descendants': [], 'id': 9, 'focused': 6, 'fullscreen': 0, 'unmanaged': [6], 'glbl': {'mark': 'I3DT_GLBL_2', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:47:50,683 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [6], 'tiled': [6], 'descendants': [], 'id': 9, 'focused': 6, 'fullscreen': 0, 'unmanaged': [6], 'glbl': {'mark': 'I3DT_GLBL_2', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:47:50,684 INFO: Window::Focus
2021-07-18 21:47:50,684 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [6], 'tiled': [6], 'descendants': [], 'id': 9, 'focused': 6, 'fullscreen': 0, 'unmanaged': [6], 'glbl': {'mark': 'I3DT_GLBL_2', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:47:50,685 DEBUG: + [con_id=6] opacity 1.0 => {'success': True}
2021-07-18 21:47:54,591 INFO: Workspace::Focus::3
2021-07-18 21:47:54,591 INFO: workspace info={'mode': 'tiled', 'name': '3', 'layout': 'splith', 'children': [], 'tiled': [], 'descendants': [], 'id': 14, 'focused': None, 'fullscreen': False, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_3', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_3', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_3', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:47:59,683 INFO: Window::New
2021-07-18 21:47:59,684 INFO: workspace info={'mode': 'tiled', 'name': '3', 'layout': 'splith', 'children': [15], 'tiled': [15], 'descendants': [], 'id': 14, 'focused': 15, 'fullscreen': 0, 'unmanaged': [15], 'glbl': {'mark': 'I3DT_GLBL_3', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_3', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_3', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:47:59,684 INFO: Workspace::Focus::3
2021-07-18 21:47:59,684 INFO: workspace info={'mode': 'tiled', 'name': '3', 'layout': 'splith', 'children': [15], 'tiled': [15], 'descendants': [], 'id': 14, 'focused': None, 'fullscreen': False, 'unmanaged': [15], 'glbl': {'mark': 'I3DT_GLBL_3', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_3', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_3', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:47:59,685 INFO: workspace info={'mode': 'tiled', 'name': '3', 'layout': 'splith', 'children': [15], 'tiled': [15], 'descendants': [], 'id': 14, 'focused': 15, 'fullscreen': 0, 'unmanaged': [15], 'glbl': {'mark': 'I3DT_GLBL_3', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_3', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_3', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:47:59,685 INFO: Window::Focus
2021-07-18 21:47:59,686 INFO: workspace info={'mode': 'tiled', 'name': '3', 'layout': 'splith', 'children': [15], 'tiled': [15], 'descendants': [], 'id': 14, 'focused': 15, 'fullscreen': 0, 'unmanaged': [15], 'glbl': {'mark': 'I3DT_GLBL_3', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_3', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_3', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:47:59,686 DEBUG: + [con_id=15] opacity 1.0 => {'success': True}
2021-07-18 21:47:59,686 INFO: Window::Focus
2021-07-18 21:47:59,687 INFO: workspace info={'mode': 'tiled', 'name': '3', 'layout': 'splith', 'children': [15], 'tiled': [15], 'descendants': [], 'id': 14, 'focused': 15, 'fullscreen': 0, 'unmanaged': [15], 'glbl': {'mark': 'I3DT_GLBL_3', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_3', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_3', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:47:59,687 DEBUG: + [con_id=15] opacity 1.0 => {'success': True}
2021-07-18 21:48:34,865 INFO: Workspace::Focus::2
2021-07-18 21:48:34,865 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [6], 'tiled': [6], 'descendants': [], 'id': 9, 'focused': 6, 'fullscreen': 0, 'unmanaged': [6], 'glbl': {'mark': 'I3DT_GLBL_2', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:48:34,867 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [6], 'tiled': [6], 'descendants': [], 'id': 9, 'focused': 6, 'fullscreen': 0, 'unmanaged': [6], 'glbl': {'mark': 'I3DT_GLBL_2', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:48:34,867 INFO: Window::Focus
2021-07-18 21:48:34,868 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [6], 'tiled': [6], 'descendants': [], 'id': 9, 'focused': 6, 'fullscreen': 0, 'unmanaged': [6], 'glbl': {'mark': 'I3DT_GLBL_2', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:48:34,868 DEBUG: + [con_id=6] opacity 1.0 => {'success': True}
2021-07-18 21:48:36,346 INFO: Workspace::Focus::1
2021-07-18 21:48:36,347 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 10], 'tiled': [5, 10], 'descendants': [, , , ], 'id': 4, 'focused': 5, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': 11, 'focus': 10, 'layout': 'splitv', 'children': [10]}}
2021-07-18 21:48:36,347 INFO: Window::Focus
2021-07-18 21:48:36,349 INFO: workspace info={'mode': 'tiled', 'name': '1', 'layout': 'splith', 'children': [5, 10], 'tiled': [5, 10], 'descendants': [, , , ], 'id': 4, 'focused': 5, 'fullscreen': 0, 'unmanaged': [], 'glbl': {'mark': 'I3DT_GLBL_1', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_1', 'fullscreen': 0, 'id': 7, 'focus': 5, 'layout': 'splitv', 'children': [5]}, 'scnd': {'mark': 'I3DT_SCND_1', 'fullscreen': 0, 'id': 11, 'focus': 10, 'layout': 'splitv', 'children': [10]}}
2021-07-18 21:48:36,349 DEBUG: + [con_id=5] opacity 1.0 => {'success': True}
2021-07-18 21:48:39,462 INFO: Workspace::Focus::3
2021-07-18 21:48:39,462 INFO: workspace info={'mode': 'tiled', 'name': '3', 'layout': 'splith', 'children': [15], 'tiled': [15], 'descendants': [], 'id': 14, 'focused': 15, 'fullscreen': 0, 'unmanaged': [15], 'glbl': {'mark': 'I3DT_GLBL_3', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_3', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_3', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:48:39,465 INFO: workspace info={'mode': 'tiled', 'name': '3', 'layout': 'splith', 'children': [15], 'tiled': [15], 'descendants': [], 'id': 14, 'focused': 15, 'fullscreen': 0, 'unmanaged': [15], 'glbl': {'mark': 'I3DT_GLBL_3', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_3', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_3', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:48:39,465 INFO: Window::Focus
2021-07-18 21:48:39,467 INFO: workspace info={'mode': 'tiled', 'name': '3', 'layout': 'splith', 'children': [15], 'tiled': [15], 'descendants': [], 'id': 14, 'focused': 15, 'fullscreen': 0, 'unmanaged': [15], 'glbl': {'mark': 'I3DT_GLBL_3', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_3', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_3', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:48:39,467 DEBUG: + [con_id=15] opacity 1.0 => {'success': True}
2021-07-18 21:48:58,907 INFO: Workspace::Focus::2
2021-07-18 21:48:58,908 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [6], 'tiled': [6], 'descendants': [], 'id': 9, 'focused': 6, 'fullscreen': 0, 'unmanaged': [6], 'glbl': {'mark': 'I3DT_GLBL_2', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:48:58,910 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [6], 'tiled': [6], 'descendants': [], 'id': 9, 'focused': 6, 'fullscreen': 0, 'unmanaged': [6], 'glbl': {'mark': 'I3DT_GLBL_2', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:48:58,911 INFO: Window::Focus
2021-07-18 21:48:58,912 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [6], 'tiled': [6], 'descendants': [], 'id': 9, 'focused': 6, 'fullscreen': 0, 'unmanaged': [6], 'glbl': {'mark': 'I3DT_GLBL_2', 'id': None, 'orientation': 'horizontal', 'layout': 'splith'}, 'main': {'mark': 'I3DT_MAIN_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}, 'scnd': {'mark': 'I3DT_SCND_2', 'fullscreen': 0, 'id': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:48:58,913 DEBUG: + [con_id=6] opacity 1.0 => {'success': True}
2021-07-18 21:49:03,614 INFO: Window::New
2021-07-18 21:49:03,615 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [6, 16], 'tiled': [6, 16], 'descendants': [,