-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueError: Container already exist! #1
Comments
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:
|
This is probably different. Here |
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': [, ], 'id': 9, 'focused': 16, 'fullscreen': 0, 'unmanaged': [6, 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': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:49:03,615 DEBUG: Create container: main
2021-07-18 21:49:03,619 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [6, 16], 'tiled': [6, 16], 'descendants': [, ], 'id': 9, 'focused': 16, 'fullscreen': 0, 'unmanaged': [6, 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': None, 'focus': None, 'layout': 'splitv', 'children': []}}
2021-07-18 21:49:03,620 DEBUG: + [con_id=6] focus => {'success': True}
2021-07-18 21:49:03,620 DEBUG: + [con_id=6] unmark => {'success': True}
2021-07-18 21:49:03,621 DEBUG: + [con_id=6] splitv => {'success': True}
2021-07-18 21:49:03,621 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [16, 6], 'tiled': [16, 6], 'descendants': [, , ], 'id': 9, 'focused': 6, 'fullscreen': 0, 'unmanaged': [16, 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:49:03,622 DEBUG: + [con_id=17] mark I3DT_MAIN_2 => {'success': True}
2021-07-18 21:49:03,622 DEBUG: Create container: scnd
2021-07-18 21:49:03,623 INFO: workspace info={'mode': 'tiled', 'name': '2', 'layout': 'splith', 'children': [16, 6], 'tiled': [16, 6], 'descendants': [, ,
|
I don't understand how this all is supposed to work yet, so I temporarily went with this patch. Let's see if this improves the situation: # Exit if container already exists.
if info[name]['id']:
- raise ValueError('Container already exist!')
+ logging.error("Container already exists.")
+ return
# Get the window that should be contained and make sure it is
# focused. |
Thank you for your bug report, makes me happy that someone is actually using it. Which version of i3 do you use? Maybe even sway by the look of the output? I will have a look at it more closely but time is a bit restricted at the moment and it was a long time since I worked on this code, so it may take a couple of days. |
Sorry, I now see that you use sway. I have not used sway in a while and currently running Ubuntu 20.04 so the official sway package is a bit behind. I need to set up a VirtualBox with Arch to see if I can reproduce the error. |
Thanks for having a look. Yes, I am using sway, |
Btw., I've had no problems with my "fix" so far. It's printed to the log file from time to time but otherwise everything seems to work. |
I am currently trying to replicate your scenario by creating windows from a terminal that gets moved to a workspace using window rules, move to that workspace and create some other windows, move back and then kill the original terminal so that the windows created by that terminal are terminated and then focus the workspace for the window rule. With this I can create problems for the script but not the same as you have so far, but I will fix these problems as well and create a pull request so that you can test it on your system. My gut feeling is that there are windows that get killed without the scripts knowledge and that the logic in the script is insufficient in some edge cases. |
I created a pull request that you may want to try out. Hopefully the logic has been improved. The difficult thing here is to be able to recover from a state where the script has crashed and a new instance is started. |
Thanks a lot for looking into this so quickly :) I'll try this out for a few days and report back. |
Here's a first run with the version from #2. I still have an extra print statement in
|
I do not understand this, it seems that the event is I have changed the logging in This can be a difference between the IPC implementation of sway and i3, and I think I have to install sway to test it out properly. |
Thanks. I updated my current setup and will let you know when the error happens again. (But I probably won't be using this machine for a few days.) |
I had your latest version running for several days. Finally, the error happened again here:
|
Ok, this is good, this we can work with, but I think I need your help. I will I think this is a sway/workflow specific error and I really want to understand My gut feeling is that sway (your version) is not respecting the i3ipc
Thank you for keeping it up, I use this software personally and I really enjoy the dynamic tiling instead of the manual i3/sway workflow. This is helping me a lot. |
I sometimes get errors like the following when changing workspaces in sway:
The text was updated successfully, but these errors were encountered: