aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-04-26 15:29:42 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2017-04-26 15:29:42 -0400
commit51143a75afe284d6c08e8a52516cba6afe834ac0 (patch)
tree33d37bb6aeb26d7db7c59a444cd72b95be35b3c8 /sway/commands.c
parentMerge pull request #1194 from snoack/version (diff)
downloadsway-51143a75afe284d6c08e8a52516cba6afe834ac0.tar.gz
sway-51143a75afe284d6c08e8a52516cba6afe834ac0.tar.zst
sway-51143a75afe284d6c08e8a52516cba6afe834ac0.zip
Implement no_focus
Ref #2
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[] = {
198 { "move", cmd_move }, 198 { "move", cmd_move },
199 { "new_float", cmd_new_float }, 199 { "new_float", cmd_new_float },
200 { "new_window", cmd_new_window }, 200 { "new_window", cmd_new_window },
201 { "no_focus", cmd_no_focus },
201 { "output", cmd_output }, 202 { "output", cmd_output },
202 { "permit", cmd_permit }, 203 { "permit", cmd_permit },
203 { "reject", cmd_reject }, 204 { "reject", cmd_reject },