all repos — openbox @ f2a1e11e954d101280f378f48130b7d8f3056062

openbox fork - make it a bit more like ryudo

dont let bind to actiondesktop
Dana Jansens danakj@orodu.net
commit

f2a1e11e954d101280f378f48130b7d8f3056062

parent

a6d5d8bcd83e575c12ba6c01a99c4a6b54fc5b65

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

jump to
M plugins/mouse/mouserc_parse.lplugins/mouse/mouserc_parse.l

@@ -92,6 +92,7 @@ }

/* the below types cannot be used with !motion events, or at all with mouse bindings */ } else if (a && (a->func == action_move || a->func == action_resize || + a->func == action_desktop || a->func == action_move_relative || a->func == action_resize_relative)) { action_free(a);