]> git.sur5r.net Git - i3/i3/blobdiff - src/con.c
Ensure that the "border" command uses logical pixels.
[i3/i3] / src / con.c
index a3a2f2e332d322f54a4f1f68d15e6d93749a4cdb..cd17f9e51e0c035754b3b1580a8b4b276e0c071b 100644 (file)
--- a/src/con.c
+++ b/src/con.c
@@ -1080,6 +1080,7 @@ static bool _con_move_to_con(Con *con, Con *target, bool behind_focused, bool fi
     CALL(parent, on_remove_child);
 
     ipc_send_window_event("move", con);
+    ewmh_update_wm_desktop();
     return true;
 }