aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-07-16 22:18:12 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-07-16 22:18:12 +1000
commitfc2484095a71206fe82f5042c0d127458a8da3bc (patch)
treec1d10d53e34eac84a7083db3591de17c5fdcf16e /sway/commands.c
parentMerge pull request #2282 from RyanDwyer/fix-tab-split-focus (diff)
downloadsway-fc2484095a71206fe82f5042c0d127458a8da3bc.tar.gz
sway-fc2484095a71206fe82f5042c0d127458a8da3bc.tar.zst
sway-fc2484095a71206fe82f5042c0d127458a8da3bc.zip
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[] = {
114 { "input", cmd_input }, 114 { "input", cmd_input },
115 { "mode", cmd_mode }, 115 { "mode", cmd_mode },
116 { "mouse_warping", cmd_mouse_warping }, 116 { "mouse_warping", cmd_mouse_warping },
117 { "no_focus", cmd_no_focus },
117 { "output", cmd_output }, 118 { "output", cmd_output },
118 { "seat", cmd_seat }, 119 { "seat", cmd_seat },
119 { "set", cmd_set }, 120 { "set", cmd_set },