aboutsummaryrefslogtreecommitdiffstats
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 0d9460a2..abdaa3b8 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -112,6 +112,7 @@ static struct cmd_handler command_handlers[] = {
112 { "exit", cmd_exit }, 112 { "exit", cmd_exit },
113 { "floating", cmd_floating }, 113 { "floating", cmd_floating },
114 { "fullscreen", cmd_fullscreen }, 114 { "fullscreen", cmd_fullscreen },
115 { "inhibit_idle", cmd_inhibit_idle },
115 { "kill", cmd_kill }, 116 { "kill", cmd_kill },
116 { "layout", cmd_layout }, 117 { "layout", cmd_layout },
117 { "mark", cmd_mark }, 118 { "mark", cmd_mark },