summaryrefslogtreecommitdiff
path: root/sway/commands.c
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2017-04-26 17:20:12 -0400
committerGitHub <[email protected]>2017-04-26 17:20:12 -0400
commit11b4c3454c65375db88901165f0a69c978e3977f (patch)
tree97fabe0d36c2c5574a2ff47238eeed58fa200fd0 /sway/commands.c
parent3c1fc00f12e2777f6349a5d671b8d66c5997eb2b (diff)
parent537261f23f194e152c0adf25a2740375929e9cd3 (diff)
Merge pull request #1196 from SirCmpwn/no_focus
Implement no_focus
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 4d7af301..01e5e6b5 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -198,6 +198,7 @@ static struct cmd_handler handlers[] = {
{ "move", cmd_move },
{ "new_float", cmd_new_float },
{ "new_window", cmd_new_window },
+ { "no_focus", cmd_no_focus },
{ "output", cmd_output },
{ "permit", cmd_permit },
{ "reject", cmd_reject },