diff --git a/sway/commands.c b/sway/commands.c index fb4ffbc2a..752ae33c4 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -99,8 +99,8 @@ static struct cmd_handler handlers[] = { { "exec", cmd_exec }, { "exec_always", cmd_exec_always }, { "focus_follows_mouse", cmd_focus_follows_mouse }, - { "idle_timeout", cmd_idle_timeout }, { "fullscreen", cmd_fullscreen }, + { "idle_timeout", cmd_idle_timeout }, { "include", cmd_include }, { "input", cmd_input }, { "lock_timeout", cmd_lock_timeout },