summaryrefslogtreecommitdiff
path: root/sway/commands.c
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2018-07-16 08:31:00 -0700
committerGitHub <[email protected]>2018-07-16 08:31:00 -0700
commit6a9ca6efa057999df3ce047887bd009700c3dc1b (patch)
treec380b85e10b4008218c43238e06abce8a296b8df /sway/commands.c
parenta588b326c24c65a691596bc9eb72ce9080d9de91 (diff)
parente2f28c023c8c5e9e847e2e9495a009b645bc60fc (diff)
Merge pull request #2283 from RyanDwyer/no-focus
Implement no_focus command
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 addd64a6..c2ba02cf 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -114,6 +114,7 @@ static struct cmd_handler handlers[] = {
{ "input", cmd_input },
{ "mode", cmd_mode },
{ "mouse_warping", cmd_mouse_warping },
+ { "no_focus", cmd_no_focus },
{ "output", cmd_output },
{ "seat", cmd_seat },
{ "set", cmd_set },