summaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
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[] = {
146 { "layout", cmd_layout }, 146 { "layout", cmd_layout },
147 { "mark", cmd_mark }, 147 { "mark", cmd_mark },
148 { "move", cmd_move }, 148 { "move", cmd_move },
149 { "nop", cmd_nop },
149 { "opacity", cmd_opacity }, 150 { "opacity", cmd_opacity },
150 { "reload", cmd_reload }, 151 { "reload", cmd_reload },
151 { "rename", cmd_rename }, 152 { "rename", cmd_rename },