Implemented new command 'move [window|container] [to] position mouse|cursor|pointer

fixes #1696
This commit is contained in:
Ingo Bürk
2015-05-03 00:19:26 +02:00
parent 1aa42794ed
commit 4a585748a4
5 changed files with 71 additions and 0 deletions

View File

@ -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'.
*