mirror of
https://github.com/swaywm/sway.git
synced 2025-11-05 13:29:51 -05:00
basic focus (without direction)
This commit is contained in:
parent
780d9fe1e3
commit
52670c636c
4 changed files with 35 additions and 0 deletions
|
|
@ -336,6 +336,7 @@ void ipc_client_handle_command(struct ipc_client *client) {
|
|||
case IPC_COMMAND:
|
||||
{
|
||||
config_clear_handler_context(config);
|
||||
config->handler_context.seat = input_manager_current_seat(input_manager);
|
||||
struct cmd_results *results = handle_command(buf);
|
||||
const char *json = cmd_results_to_json(results);
|
||||
char reply[256];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue