From 49b6e6ac0a10ffbe5c4e48d69494315da0c0351d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 13 May 2007 22:12:11 +0000 Subject: [PATCH] let unfocus action go back to the same window. you should be doing some other action above it that will change where focus can end up --- openbox/action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/action.c b/openbox/action.c index 0f1a04d2..8c8064f8 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -1309,7 +1309,7 @@ void action_focus(union ActionData *data) void action_unfocus (union ActionData *data) { if (data->client.any.c == focus_client) - focus_fallback(FALSE); + focus_fallback(TRUE); } void action_iconify(union ActionData *data) -- 2.39.2