From 51143a75afe284d6c08e8a52516cba6afe834ac0 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 26 Apr 2017 15:29:42 -0400 Subject: Implement no_focus Ref #2 --- sway/commands.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sway/commands.c') 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 }, -- cgit v1.2.3