Add focus workspace command

This commit is contained in:
Orestis Floros
2023-01-22 18:33:23 +01:00
parent 8d64937054
commit c52f13900d
6 changed files with 38 additions and 13 deletions

View File

@ -198,7 +198,7 @@ void cmd_focus_level(I3_CMD, const char *level);
* Implementation of 'focus'.
*
*/
void cmd_focus(I3_CMD);
void cmd_focus(I3_CMD, bool focus_workspace);
/**
* Implementation of 'fullscreen [enable|disable|toggle] [global]'.