Implemented new command 'move [window|container] [to] position mouse|cursor|pointer
fixes #1696
This commit is contained in:
@ -258,6 +258,12 @@ void cmd_move_window_to_position(I3_CMD, char *method, char *x, char *y);
|
||||
*/
|
||||
void cmd_move_window_to_center(I3_CMD, char *method);
|
||||
|
||||
/**
|
||||
* Implementation of 'move [window|container] [to] position mouse'
|
||||
*
|
||||
*/
|
||||
void cmd_move_window_to_mouse(I3_CMD);
|
||||
|
||||
/**
|
||||
* Implementation of 'move scratchpad'.
|
||||
*
|
||||
|
Reference in New Issue
Block a user