Extends move command for floating windows

This commit is contained in:
Pavel Löbl
2012-03-23 13:39:17 +01:00
committed by Michael Stapelberg
parent 2763a23cc7
commit f78f137ed0
6 changed files with 145 additions and 1 deletions

View File

@ -223,6 +223,18 @@ void cmd_open(I3_CMD);
*/
void cmd_focus_output(I3_CMD, char *name);
/**
* Implementation of 'move [window|container] [to] [absolute] position <px> [px] <px> [px]
*
*/
void cmd_move_window_to_position(I3_CMD, char *method, char *x, char *y);
/**
* Implementation of 'move [window|container] [to] [absolute] position center
*
*/
void cmd_move_window_to_center(I3_CMD, char *method);
/**
* Implementation of 'move scratchpad'.
*