Merge pull request #4003 from orestisfl/update_desktop_properties_on_move

Update EWMH properties on workspace move
This commit is contained in:
Ingo Bürk
2020-04-10 14:00:26 +02:00
committed by GitHub
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;
}