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:
parent
3e5ac07557
commit
49b6e6ac0a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue