comment that the relative move/resize amounts need to be set
This commit is contained in:
parent
1a32ba561a
commit
dffe960084
1 changed files with 4 additions and 0 deletions
|
@ -91,6 +91,10 @@ Action *action_new(void (*func)(union ActionData *data));
|
||||||
action_execute - the path needs to be set
|
action_execute - the path needs to be set
|
||||||
action_restart - the path can optionally be set
|
action_restart - the path can optionally be set
|
||||||
action_desktop - the destination desktop needs to 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);
|
Action *action_from_string(char *name);
|
||||||
void action_free(Action *a);
|
void action_free(Action *a);
|
||||||
|
|
Loading…
Reference in a new issue