all repos — openbox @ 221415e97c2279e0245d643f120b6558af72879e

openbox fork - make it a bit more like ryudo

set the x/y values in the moveresize struct for moveresize key actions
Dana Jansens danakj@orodu.net
commit

221415e97c2279e0245d643f120b6558af72879e

parent

a057d14c8b5a84de681df8c6319c6bec002272e4

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M plugins/keyboard/keyboard.cplugins/keyboard/keyboard.c

@@ -239,6 +239,11 @@ act->data.cycle.final = FALSE;

act->data.cycle.cancel = FALSE; } + if (act->func == action_moveresize) { + screen_pointer_pos(&act->data.moveresize.x, + &act->data.moveresize.y); + } + if (act->func == action_cycle_windows && !grabbed_key && grab_keyboard(TRUE)) { grabbed_key = p;