aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2018-02-14 16:47:23 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2018-02-14 16:47:23 -0500
commit52670c636cf5115560ce6d20e2aaab1d55c49d0b (patch)
treeccbd3fd4722758c5f5d7fb557f1c719cd51082aa /sway/commands.c
parentcleanup layout.c (diff)
downloadsway-52670c636cf5115560ce6d20e2aaab1d55c49d0b.tar.gz
sway-52670c636cf5115560ce6d20e2aaab1d55c49d0b.tar.zst
sway-52670c636cf5115560ce6d20e2aaab1d55c49d0b.zip
basic focus (without direction)
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c1
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[] = {
132 { "exec", cmd_exec }, 132 { "exec", cmd_exec },
133 { "exec_always", cmd_exec_always }, 133 { "exec_always", cmd_exec_always },
134 { "exit", cmd_exit }, 134 { "exit", cmd_exit },
135 { "focus", cmd_focus },
135 { "include", cmd_include }, 136 { "include", cmd_include },
136 { "input", cmd_input }, 137 { "input", cmd_input },
137 { "kill", cmd_kill }, 138 { "kill", cmd_kill },