all repos — openbox @ dffe96008448a7d66c5026e1e0520904c62702b4

openbox fork - make it a bit more like ryudo

comment that the relative move/resize amounts need to be set
Dana Jansens danakj@orodu.net
commit

dffe96008448a7d66c5026e1e0520904c62702b4

parent

1a32ba561afef1a3dabeb8d4443c1aafe7ad9977

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

jump to
M openbox/action.hopenbox/action.h

@@ -91,6 +91,10 @@ the returned action's "func" is one of these.

action_execute - the path needs to be set action_restart - the path can optionally be set action_desktop - the destination desktop needs to be set + action_move_relative_horz - the delta + action_move_relative_vert - the delta + action_resize_relative_horz - the delta + action_resize_relative_vert - the delta */ Action *action_from_string(char *name); void action_free(Action *a);