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

This commit is contained in:
Dana Jansens 2007-05-13 22:12:11 +00:00
parent 3e5ac07557
commit 49b6e6ac0a

View file

@ -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)