]> Dogcows Code - chaz/openbox/blobdiff - scripts/motion.py
force a binding with a modifier
[chaz/openbox] / scripts / motion.py
index b0a6651def2d16fa8e6a946bd4aa24791d523bbd..03546b84e74147ee01fdf0621053f7987e3b0484 100644 (file)
@@ -134,8 +134,7 @@ def _do_move():
         # draw the outline ...
         f=0
     else:
-        print "moving " + str(x) + " " + str(y)
-        _client.move(x, y, 1) # move the frame to the position
+        _client.move(x, y)
 
     global move_popup
     if move_popup:
This page took 0.020553 seconds and 4 git commands to generate.