diff options
author | Ryan Dwyer <[email protected]> | 2018-07-16 22:18:12 +1000 |
---|---|---|
committer | Ryan Dwyer <[email protected]> | 2018-07-16 22:18:12 +1000 |
commit | fc2484095a71206fe82f5042c0d127458a8da3bc (patch) | |
tree | c1d10d53e34eac84a7083db3591de17c5fdcf16e /sway/commands.c | |
parent | a588b326c24c65a691596bc9eb72ce9080d9de91 (diff) |
Implement no_focus command
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 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 }, |