<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Hello there,</p>
<p>I have been investigating this problem for hours and can't find
any solution online, maybe you can help me.</p>
<p>I am trying to use the ewmh functionality to move/resize windows.
Apparently it is necessary to remove the MAXIMIZED_HORZ and
MAXIMIZED_VERT window states first. <br>
</p>
<p>However, on windows that have been manually dragged and then
tiled/snapped into a zone on the screen, moving and resizing is
still not possible. <br>
</p>
<p>The same problem occurs with the wmctrl tool, e.g.</p>
<pre>wmctrl -r "Mozilla Firefox" -b remove,maximized_vert,maximized_horz
</pre>
<pre>wmctrl -r "Mozilla Firefox" -e 1,100,100,500,400</pre>
<p>has no effect on the window if it has been dragged to one of the
predefined zones before. It works as expected if the window is in
floating mode.<br>
</p>
<p>It seems that other people are facing this problem too, yet I
can't find a solution to this.</p>
<p><br>
</p>
<p>Any reply will be greatly appreciated!</p>
<p>Best regards,</p>
<p>David<br>
</p>
</body>
</html>