Skip to content
Snippets Groups Projects
Commit 96ef7c82 authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

Watch -> Qt: Notification about workspace create

parent aa0f838a
No related branches found
No related tags found
No related merge requests found
......@@ -111,6 +111,8 @@ def i3_watch():
n_output = e.current.ipc_data['output']
shared.output_of_workspace.setdefault(master, {})
shared.output_of_workspace[master][slave] = n_output
shared.qt_task("ws_exist", master, slave)
shared.qt_task("ws_metadata_changed", master, slave)
def on_output_changed(i3, e):
with shared.lock:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment