]> Dogcows Code - chaz/openbox/blobdiff - scripts/motion.py
remove debug print
[chaz/openbox] / scripts / motion.py
index 2d6939c519c6f4416d98abe370d79550ca1a960c..e0a1d3522fbe6c3e1cb9f55136157f1e272e79fc 100644 (file)
@@ -106,7 +106,7 @@ def _do_move():
         w = _client.area().width() + fs.left + fs.right
         h = _client.area().height() + fs.top + fs.bottom
         # use the area based on the struts
-        area = ob.openbox.screen(_screen).area()
+        area = ob.openbox.screen(_screen).area(_client.desktop())
         l = area.left()
         r = area.right() - w + 1
         t = area.top()
This page took 0.023774 seconds and 4 git commands to generate.