Update EWMH properties on workspace move

Closes #3965
Fixes #4001
This commit is contained in:
Orestis Floros
2020-04-10 04:37:41 +02:00
parent c611b9e0e0
commit ed67eaca2c
2 changed files with 34 additions and 1 deletions

View File

@ -1049,6 +1049,8 @@ void workspace_move_to_output(Con *ws, Output *output) {
workspace_show(ws);
}
ewmh_update_desktop_properties();
if (!previously_visible_ws) {
return;
}