Include workspace con in workspace event
Send the affected workspace in the "current" property for each workspace event for any type of workspace event that affects a particular workspace. fixes #1411
This commit is contained in:
committed by
Michael Stapelberg
parent
04fa40d3e5
commit
823b46a544
@ -128,7 +128,7 @@ static void move_to_output_directed(Con *con, direction_t direction) {
|
||||
|
||||
tree_flatten(croot);
|
||||
|
||||
ipc_send_workspace_focus_event(ws, old_ws);
|
||||
ipc_send_workspace_event("focus", ws, old_ws);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user