diff options
author | Tony Crisci <tony@dubstepdish.com> | 2018-02-14 16:47:23 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2018-02-14 16:47:23 -0500 |
commit | 52670c636cf5115560ce6d20e2aaab1d55c49d0b (patch) | |
tree | ccbd3fd4722758c5f5d7fb557f1c719cd51082aa /sway/commands.c | |
parent | 780d9fe1e3ee051a4d9eb08d1c049e19d72c1d6a (diff) |
basic focus (without direction)
Diffstat (limited to 'sway/commands.c')
-rw-r--r-- | sway/commands.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c index d8d29a1c..bc2a85d7 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -132,6 +132,7 @@ static struct cmd_handler handlers[] = { { "exec", cmd_exec }, { "exec_always", cmd_exec_always }, { "exit", cmd_exit }, + { "focus", cmd_focus }, { "include", cmd_include }, { "input", cmd_input }, { "kill", cmd_kill }, |