parser: implement move
This commit is contained in:
@ -19,4 +19,6 @@ enum { WINDOW_ADD = 0, WINDOW_REMOVE = 1 };
|
||||
void con_fix_percent(Con *con, int action);
|
||||
void con_toggle_fullscreen(Con *con);
|
||||
|
||||
void con_move_to_workspace(Con *con, Con *workspace);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user