summaryrefslogtreecommitdiff
path: root/sway/commands.c
diff options
context:
space:
mode:
authorIan Fan <[email protected]>2018-08-07 11:25:04 +0100
committerIan Fan <[email protected]>2018-08-18 15:50:26 +0100
commitc1af79532f7727110e75c3736899d998bc9840a5 (patch)
tree49667e2bd7b31a5c245fdc5b885c3af054b3e383 /sway/commands.c
parent744724b3cb28c2ee9d265dcbf78b1cbf2b2e3fef (diff)
commands: add nop
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 364c26da..d9c54adc 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -146,6 +146,7 @@ static struct cmd_handler command_handlers[] = {
{ "layout", cmd_layout },
{ "mark", cmd_mark },
{ "move", cmd_move },
+ { "nop", cmd_nop },
{ "opacity", cmd_opacity },
{ "reload", cmd_reload },
{ "rename", cmd_rename },