Don’t set the _NET_WM_WORKAREA hint at all (Thanks cg)

Fixes: #539
This commit is contained in:
Michael Stapelberg
2011-11-30 20:33:07 +00:00
parent 5cfea9fad5
commit d25e77ce75
5 changed files with 4 additions and 15 deletions

View File

@ -240,8 +240,6 @@ static void _workspace_show(Con *workspace, bool changed_num_workspaces) {
}
/* Update the EWMH hints */
if (changed_num_workspaces)
ewmh_update_workarea();
ewmh_update_current_desktop();
ipc_send_event("workspace", I3_IPC_EVENT_WORKSPACE, "{\"change\":\"focus\"}");