From dd1a2922a4c3e3a95ad96ca617fb6716a1a011af Mon Sep 17 00:00:00 2001 From: Mattias Eriksson Date: Fri, 20 Apr 2018 15:12:42 +0200 Subject: [PATCH] Merge broke idle config --- sway/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },