diff --git a/src/action.c b/src/action.c index 9a5623ff..e65f71a2 100644 --- a/src/action.c +++ b/src/action.c @@ -1525,6 +1525,9 @@ actions_run(struct view *activator, struct server *server, struct action *action; wl_list_for_each(action, actions, link) { + wlr_log(WLR_DEBUG, "Handling action %u: %s", action->type, + action_names[action->type]); + if (server->input_mode == LAB_INPUT_STATE_WINDOW_SWITCHER && action->type != ACTION_TYPE_NEXT_WINDOW && action->type != ACTION_TYPE_PREVIOUS_WINDOW) { @@ -1533,9 +1536,6 @@ actions_run(struct view *activator, struct server *server, continue; } - wlr_log(WLR_DEBUG, "Handling action %u: %s", action->type, - action_names[action->type]); - /* * Refetch view because it may have been changed due to the * previous action