all repos — openbox @ 92f80b2557b36875b8d173ba3d1c782772b601d7

openbox fork - make it a bit more like ryudo

use the moveresize client to find the active monitor too
Dana Jansens danakj@orodu.net
commit

92f80b2557b36875b8d173ba3d1c782772b601d7

parent

9aed91955448787ba8b6cfb92823362abb704e28

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M openbox/screen.copenbox/screen.c

@@ -1555,7 +1555,9 @@ {

Rect *a; gint x, y; - if (focus_client) + if (moveresize_client) + a = screen_physical_area_monitor(client_monitor(focus_client)); + else if (focus_client) a = screen_physical_area_monitor(client_monitor(focus_client)); else { Rect mon;