all repos — openbox @ b4d241169b8b046ce2f4c1fff57b9ba20e8c2744

openbox fork - make it a bit more like ryudo

dont let bind to actionexecute or desktop cuz they require a parameter
Dana Jansens danakj@orodu.net
commit

b4d241169b8b046ce2f4c1fff57b9ba20e8c2744

parent

f2a1e11e954d101280f378f48130b7d8f3056062

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

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

@@ -92,7 +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_execute || a->func == action_desktop || a->func == action_move_relative || a->func == action_resize_relative)) { action_free(a);