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

@ -50,6 +50,10 @@ void ewmh_update_active_window(xcb_window_t window) {
/*
* Updates the workarea for each desktop.
*
* This function is not called at the moment due to:
* http://bugs.i3wm.org/539
* http://bugs.i3wm.org/301
*
* EWMH: Contains a geometry for each desktop. These geometries specify an area
* that is completely contained within the viewport. Work area SHOULD be used by
* desktop applications to place desktop icons appropriately.