X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=scrotwm.c;h=9da5d15af9e081820d58627b23894752f1647b51;hb=bc00007fce763065c8618fab6bb2d21cc5f536a0;hp=788f839adb51f5311e38c7096391bded96d283b3;hpb=984840baa4957eb2311e9baf41c30696179afc7b;p=spectrwm.git diff --git a/scrotwm.c b/scrotwm.c index 788f839..9da5d15 100644 --- a/scrotwm.c +++ b/scrotwm.c @@ -3958,6 +3958,7 @@ move(struct ws_win *win, union arg *args) win->manual = 1; if (win->floating == 0 && !win->transient) { + store_float_geom(win,r); ewmh_update_win_state(win, ewmh[_NET_WM_STATE_ABOVE].atom, _NET_WM_STATE_ADD); }